Answer Posted / techprajakta
Test case is a planned sequence of actions (with the intend of finding errors)
Test case is a set of Test inputs,Execution conditions and Expected results to verify a specific requirement.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the format of a requirement traceability matrix. And how to include this rtm in the requirement document?
write the test cases for facility module
How to generate test cases for 'replace a string' method?
What are the possible test cases for a palindrome.It must be starting with alphabet and its length is 100 .It should accept alphanumerics only.It should take only 100 numerics to the textbox
What is ramp testing?
how to write test cases for smart meter for gas and electricty
# 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?
How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?
how to write testcase for the output of an program ****0 ***01 **012 *0123 01234
Can any one tell me how to write test data. i mean, to test each input, 2 test input(1 for +ve, & other for -ve) are given. so , for example, if i want to write test data for login form, how many test data should i write in test case?
Can any one send me the Sample sanity Test Cases??? Mail id:veerabhadrudu.p@gmail.com
Write a test case for a car, which has been, recently launch in a market to check its durability, fuel efficiency and its optimum speed.
Do you know explain security testing?
User registration form so many details will be there to enter like Username,Phone No,Email id ect.how do we write test cases for that? in one textbox i have to write all the test cases and go to next textbox
An Excel sheet contains 2rows and 3 columns of data.I want to copy these data in to the another excell sheet. Write the possible positive and negative test cases?