How will you test application without any SRS or any
document and also the the developer who developed the
application is resigned. In short no one knows the
functionality of application.
Answers were Sorted based on User's Feedback
Answer / ramya baskaran
In that Situation, We can do exploratory testing to explore the functionality of the application.
Navigate the application to all pages. It will help us to know the flow of the application.Also we need to use our previous experience knowledge to test the application.
once we came to the flow and the functionality, we can compare the application with previous version.
Thanks,
Ramya Baskaran
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / praveen.d
Through Knowledge transfer we can do it,How means Is nothing but transaction with client straightly only .
| Is This Answer Correct ? | 0 Yes | 0 No |
When a bug posted by QA is rejected by Dev and Dev says is not a bug. How to convince Dev that it is a valid bug?
Tracability matrix? what are test metrics?what is the use? scope of testplan? Estimation? Test stratagy? Entry ,Exit ,Suspention,Resumption criteria? Diff b/w web server and appli server? diff b/w web app and client server app? diff b/w brs,srs? what is Sla time? Exp defect life cycle? types of defects? how do u decide project is 100% bug free? How u send defect reports? Testing Environments? testbed? what is differed testing? what is differed defects? what r the base documents are recovered for test case design? what r the base documents are recovered for test case execution?
What is error cusing tecnique
How do we run the database testing manually
how will you test window media player?
1. What is Validation and Verification? 2. What is Severity and Priority? Give an examples for: Severity High and Priority High Severity High and Priority low Severity low and Priority high Severity low and Priority low 3. What is Test Metrics? 4. What is Traceabily Matrix? 5. What is CAR in Cheque Remittance Project? 6.What are the tabs in the latest version of Test Director? 7.Explain Development "V" Model? 8.What will you do first when you are asked to start testing? 9.What will you do if you find a bug first time? Can i directly report to the developer? 10.Can you connect Load Runner to Test Director?
i finished writing test caes, logged bugs and also regression testing i finished.when we do user acceptance testing?
Is the Fundamental Test process and The test development process the same
what is traceability Matrix??
Why do we need different environments and different data? What is the other name for environment? Justify your explanation ?
How to write negative testcase?
If there is a button called Edit button. 1) Editing can be done by double clicking the object 2) Editing can be done by pressing Edit button 3) Editing can be done by pressing Alt+E key Then Should I have to write 3 different test cases for editing object? What should I do so that I 'll not miss the any functionality while testing.