Answer Posted / anupsingh
Test Strategy is basically an approach of testing the
functionality of application it is just like the road map
of testing the project.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What type of projects can include in Logistics Domain? and what is the type of domain for project which include Driving license renewal, Different type of title registration etc...
Hi, this is not a tech question, i have 4 yrs of experience in Mainframe systems, presently as a mainframe tester in pune, i just want to step towards south locatios(preferable hyd), suggest me the best way to get calls from hyd.
Are there more defects in the design phase or in the coding phase?
What is a code walk through?
What is your daily process? I have 2+EXP IN MANUAL TESTING.PLEASE SUGGEST ME HOW i ANSWER
What is the difference between latent and masked defects?
What do you like about computers?
What if an organization is growing so fast that fixed testing processes are impossible? What to do in such situations?
After insert the record in front-end, how will you check the back end by manually? Please explain?
How would u test and automate an Antivirus application ?
plz send the test scenarios and test cases for "user name should contain 4 to 8 chars and they should have only vowels"
Build with fixes has been deployed on QA environment if asked by your manager to reproduce how can you reproduce the issues? (by using the previous build) Can you access the previous build? If so ,what are the tools or how can you access?
If you are handling a product testing and if there are around 100 test cases and in them few test cases are failed then at the end of the day how will you treat whether the product is pass/fail.? consider the failed test cases are in functional requirements.
What is ecp (equivalence class partition)?
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; }