What is a Use case? Is it possible to write test case
without Use case?
Answer Posted / saurabh mishra
Used test cases are those cases which's related
functionality is common in all the application. We
use "Used test cases" to save our time otherwise writing
the same test cases again and again is only wastage of time.
Example of Used test cases: login window, other contents
could vary but the login window in all the application
would be remain same.
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
What are the different types of integration testing?
What are the review documents used for testing?
sanity testing is done during regression testing.is it true.if it is true plz explain?
What is the difference between action & script ?
What is meant by Boundary value analisis and Equalence partitioning? Can give derive this using these methods? In a system designed to work out the tax to be paid: An employee has £4000 of salary tax free. The next £1500 is taxed at 10% The next £28000 is taxed at 22% Any further amount is taxed at 40% Which of these groups of numbers would fall into the same equivalence class? a) £4800; £14000; £28000 b) £5200; £5500; £28000 c) £28001; £32000; £35000 d) £5800; £28000; £32000
What is formal testing?
Enlist some bug status along with its description?
Can you explain requirement traceability and its importance?
What r all the security problems u r facing & the measures taken to solve.
What are the Important test scenarios which can be used for testing a web site?
what we have to read to gain knowledge in banking and financial domain(software testing) for 4+ experience
Why Equivalence Partitioning is called equivalence or what is the significance of equivalence term in ECP?
what are the prerequisite conditins to test clientserver and web applications
How would you do the ollowing Security Testing for web application? 1) Authentication. 2) Authorization. 3) cookies. 4) penetration testing. 5) session testing. 6) encryption and decryption testing pls give examples give example i can't understand so pl
What is known as data-driven testing?