how will we know test cases are written by us are correct

Answers were Sorted based on User's Feedback



how will we know test cases are written by us are correct..

Answer / jagadish

Take demo of the functionality
Go through use case / function specification
Try to see TC & find out the gap between
Test cases Vs. Use Cases
by this approach we can identify the test cases are correct
and test cases are reached to the requirements clearly
if i am wrong please guide me
regards
jagadish ( jagadishk.9454@gmail.com)

Is This Answer Correct ?    6 Yes 0 No

how will we know test cases are written by us are correct..

Answer / yogesh bhadane

by refering the Requirement speciafication / use case design

Is This Answer Correct ?    2 Yes 0 No

how will we know test cases are written by us are correct..

Answer / suryakant

by refering the Requirement speciafication

Is This Answer Correct ?    2 Yes 0 No

how will we know test cases are written by us are correct..

Answer / preeti

Other than what has been described above, When executing
your test cases you should have positive answer to: 1.Can
you read your Test Cases,2. Can you understand and
follow/execute your them?
Please let me know if I am correct, as I'm a student
learning QA.

Is This Answer Correct ?    1 Yes 0 No

how will we know test cases are written by us are correct..

Answer / ajay

After ensuring that all the testcases u have wirtten is
matching and covering overall requirments and also the
added requirements. This will be reviewed by the review
tester and u can find out the status of ur testcases the
rivision history templet.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Test Cases Interview Questions

If there are 10 steps for a test case. and for this test case there are 6 expected results. should I write 6 exp. results in the Expected Result column for a single tes case

4 Answers  


Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)

0 Answers   Microsoft,


1. Given the following: You have an application that consists of three parts: a front end GUI, a middle-ware layer where all the processing of data takes place and a database where data is read from. What are the areas that would be most likely to break? What would your testing strategy for this be? Why? 2. Imagine I am handing you a wine glass and I ask you to test it. What would your testing strategy for this be?

1 Answers   GE,


can u tell me how do we writetestcases for perfomance,load,And stress?

2 Answers   IBM, Wipro,


can u say me how many test cases i can get for a user to login and enter password ..please specify in testcase desing template for that

7 Answers   Wipro,






how we test the login page using jwebunit test case...

0 Answers   CTS,


How to write test case for this scenario. The system shall compare the requested name with the Service Member Name field in the database

0 Answers  


write the test cases for facility module

0 Answers  


give an example of how to write functional test case.in this test case can we write all +ve and -ve conditions?

7 Answers  


What are semi-random test cases?

0 Answers  


Given the following code, which is true about the minimum number of test cases required for full statement and branch coverage: Read P Read Q IF P+Q > 100 THEN Print “Large” ENDIF If P > 50 THEN Print “P Large” ENDIF how to find statement and branch coverage? Explain in brief?

0 Answers   ISTQB,


If I have written test cases for any application:there are 70-80 test cases and steps for writing test cases are common in some TCases.then May I have to write the repeated steps or May I write Repeat the steps of TC id so and so

3 Answers  


Categories