What is the initial stage of testing?
Answers were Sorted based on User's Feedback
Answer / nannan
REFER TO TESTING LIFE CYCLE. IT IS EVEN AVAILABLE IN WIKIPEDIA
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sm
Smoke testing and Sanity testing are the intial stage of
testing.In this testings we are testing the follwoing
points to accept build for further testing.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / soujith
Unit testing is the initial phase of testing done by the programmer to ensure the code coverage
| Is This Answer Correct ? | 0 Yes | 1 No |
How do you go about testing a project?
Describe your personal software development process.
what is the use case ? what is the use of the use case ?
What and why is api testing?
what is uml
What is the difference between Sanity and Smoke Testing? With Example.
what is test case review?
can anyone give me good and clear example for high severity and low priority and high priority and low severity?plz its very urgent...........
What is the difference between system testing and regression testing?
3 Answers Emergis, Hexaware, Mascon Global,
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
0 Answers CA, Dish Network, Wipro,
Write positive and negative test cases for forgot password?
What is a bug triage?