Generally when we are writing test cases we give headings
as Case id , description, input values, expected, actual,
severity and priority and pass/fail. is there any seperate
profama during testing the web site manually. (guys it very
urgent for me in my office can any one help me plz)
Answer Posted / g.mallikarjun
The format is same for web based or any application, but
depends on the organization they will prepare different
type of test cases.
mallikarjun.g@zapak.com
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is Initial Configuration?
# A large IT company is in the process of revising salary structure for its employees. The salary will be on the basis of assessed performance of the previous year for all employee who have completed six months or more. # The rules for salary revision are provided below :- Performance level 1 : Increase existing salary by 30% Performance level 2 : Increase existing salary by 20% Performance level 3 : Increase existing salary by 10% Performance level 4 : Increase existing salary by 5% Performance level 5 : No Increase # For those who have not completed six months, provide a flat increase of 7.5% in their salary. In addition to above provide a special loyalty allowance of Tk. 800 to all employees who have complete THREE years with the organization. # Compute the minimum number of paths that you would require to cover the application and how many test cases would you require?
Explain the ramp testing?
Explain the glass box testing?
Elaborate test plan and content availability in test plan.
How to write test case for this scenario. If the Zip Code field is populated, the system shall compare the zip code value entered to the zip code value in the Family Individual Information Tab
What is the logic testing?
What are semi-random test cases?
Explain the ad hoc testing?
plz.. tell me hw to write the Use Case for Online Purchase... just tod. itself i need...
How many test cases u will write for Acceptance testing?
What is ramp testing?
How to write test cases on laptop???
write a test case for telephone billing ?
consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.