what is difference between repeatable and reusable test
case?and what is self cleaning test cases?
Answer Posted / shweta
self cleaning test case means user can reach to the location
from where he/she start to execute test case
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Can any tell to create test data for SUM (calculation), Scenario is 0 to 9 digits are available as we see in the calculator, I want to certify that the sum of the two numbers are working fine by providing test data.
please tel me how to write test case for search engine to track peoples,when user enter the city,state,zipcode(ex:Kansas city,Missouri,64155)? (note country is already selected as a united states )
How does the size of the OPCODE field limit the number of operations? Give an example to support your explanation?
Can anybody help me out to write test cases for booking train ticket online???
What is explain security testing?
how to test stand alone programs?
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?
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?
You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?
How would you do " Keeping two folders in sync testing"
Credit card field contains four text boxes. We can validate each textbox separately with conditions but how can we write integrated testcase for all the four?
Explain the functional testing?
Explain the monkey testing?
What is use case testing?
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