On what criteria we will write test cases?
Answers were Sorted based on User's Feedback
Answer / mohan
The first test case should cover the functionality of the
application. It should cover remaining requirements
mentioned in srs document.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / rpgoud
It covers the main functionality is fulfill the CRS r not.
test cases are prepared based on URS/BRS and DetailedDesign
Document.
| Is This Answer Correct ? | 1 Yes | 1 No |
The first test case should cover the functionality of the
application. It should cover remaining requirements
mentioned in srs document.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ganesh
Once the SRS is Ready , We will start Writing Test Case
both negative and postive test cases for each and every
line ( Line by Line ).
Before started to writing the test cases , You should know
about the SRS and BRS completely until you cant write a
good test cases.
You have to cover all the functional scenario both negative
and postive level testing.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between Game (video game, mobile game, facebook game...etc) Testing and Software Testing? Why some company dont use testcase for Game, they only find bug and describe it directly to bugbase? And some testcase for Game if u think testcase is necessary for game (ex: testcase for Tetris game)
What is Regression Testing ? Why do Regression Testing ? Why all the testcase execuation in each time of Regression testing ?
What is Client Server/Web Server Configuration(ISS).
How and when can the Testing Organization detect software defects?
What is the type of the testing to check the availability of a website 24 * 7?
What do you mean by coverage and what are the different types of coverage techniques?
What are the types of testings that can be performed on a login window.
What is the actions will be taken after preparing and reviewing test cases. Directly we will go for execution and how can we know the status of the application(whether the build is completed by unit testing).After unit testing completed, what are the next steps????
What is driver and stub? where it is used, in top down or bottom up approach?
What is the role of QA in a SDLC?
do you write test cases for adhoc testing?
How do you decide when you have 'tested enough?'