How do You Test Application with having any requirement and
Document?
Answer Posted / inder
If it is an existing system or if a build is available then
we explore the system while testing. This helps knowing the
functional use of the system, and its usability.
By asking questions to end users and how they use it will be
more beneficial. Also, you may work with BA to know more
about the system.
Black box test is nothing but the same where you explore the
system without having any prior knowledge to the system.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is defect removable efficiency?
What are the different levels of manual testing?
Tell me the SRS based review,brs based review
What is Test Design?
What is mean by incident logging system ?
qtp9.2 and qtp10.0 difference
i have done B.E. computer in 2009 i have done software testing course and also 6 months exp in testing on live project as trainee, now a days i am searching job in pune. can any one tell me any opening in pune?
What is configuration management in software testing ?
Explain thread testing.
Why did you choose the Software Testing Field?
Could some one tell me test cases for multi line text boxes like Notes field?
How to write test case for view the table(i.e it is already stored in database and see the content in the table)
Difference between Stakeholder and Relevant Stakeholder?
What is stub?
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }