Can any one please help me with this?
I have application, for this no KT session or FS are
provided, So now i have taken bottom-top approach, by
writing the system testcase using the application. But my
TL told me to write regression testcase. What i understood
about regression testcase is that-For one scenrio or
testcase multiple data, So testing the same scanario with
different multiple data. Is this right or Wrong?
Answers were Sorted based on User's Feedback
Answer / varun kumar
your answer is wrong dear.you are talking about performance
testing.
Regression testing means after the fixation of any bug you
have to check whether it is fixed or not by executing the
previous test cases along with you have to check whether the
unaffected parts are also working in the same condition as
they are working before the fixation of bug.
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / niranjan
No.Thts wrong . Ask them in this version what are defect
fixes and create test cases around this area/component. Also
few functional test cases to validate the product .
Regression testing is one where you write the test cases
around recently fixed defects.Let me know if you go this
right
Is This Answer Correct ? | 1 Yes | 0 No |
Anyone can please inform me about how to write test cases for any mathematical calculations. Say for example, we have a formula in a given scenario for calculating the interest. The given formula for interest is: (principle * 5)/(12 * 100) In this case, the principle amount may vary. Would like to know how many test cases can be written for this scenario and how can we decide over this. I will be very thankful for the answer....
write test cases for whatsapp messaging..?
1 Answers IBM, Stag Computers,
Using the same code example as question 17,how many tests are required to achieve 100% branch/decision coverage? A. 1 B. 2 C. 3 D. 4
You have to give me test cases for sending a mail through outlook express.
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.
write the testcases for migrating data from one database to another database?
Explain the smoke testing?
Explain the load 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?
how to test an imaging application that removes the red eye affect from an image?
Do you write test plan and test case?
What is the difference between Test Input and Test Data??