what type of testing you are doing ?
Answers were Sorted based on User's Feedback
Answer / poornima
For this you just need to say Black box testing .
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / g
1> sanity test;
2> integration test;
3> system test;
4> functional test;
5> regression test;
6> load test;
7> stress test;
8> preformance test;
9> security test;
10> recovery test;
11> compatibility test;
12> UAT test;
13> Beta Test;
| Is This Answer Correct ? | 1 Yes | 0 No |
Explain about Founctionality Testing in webbased application?
Test cases for 1Ltr water bottle
levels of testing
Write four steps for writting scenario ?
what is deadlock in manual testing?what is another name for this deadlock?
1Who performed sanity and smoke testing :-- developers or testers ? Explain with example and prove ur answer. 2 Company has developed a project for company B, company B has to introduce this project into the market. The acceptance testing is performed at Company B. is it called as alpha testing or beta testing ? Explain with example and prove ur answer.
1. What is the difference between Build Management and Release Management ? 2.When will conduct build verification and end to end testing?
In which all places, testing is done?One is from the server by calling server name.Can u suggest others?
8 What can static analysis NOT find? a) The use of a variable before it has been defined b) Unreachable (“dead”) code c) Whether the value stored in a variable is correct d) The re-definition of a variable before it has been used e) Array bound violations
Who is Kent Beck, Dr Grace Hopper, Dennis Ritchie?
what is production defects?
Use-cases can provide useful input into the design of black-box and state-based tests of OO software. Explain