Answer Posted / ganga
It is just like the smoke testing..testing the application
randomly to check the major functionality of the
application is working correctly according to the
requirements or not.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is a critical bug?
What is an inspection in software testing?
diff b/w desktop based testing & web application testing
What is the difference between Sleep and wait in winrunner what is integration testing and types of testing present what is system testing what is data driven testing what is functionality testing if requirements are given to you then how do you write the test cases for it Account number = Ok cancel For above given form the valid account number starts from 1 to 1000 so is it necessary to input the 1,2,3 ….998,999,1000 test cases to check the conditions of valid account numbers I,e is it compulsory to write 1000 test cases for the above form
Who are all involved in an inspection meeting?
explain fish model in detail?
what types of bugs will we find out in banking projects
what is test scenario and test condition?
What if the project isn’t big enough to justify extensive testing?
Work flow in testing in your company?
After insert the record in front-end, how will you check the back end by manually? Please explain?
can you tell me how to write test cases for payments, receipts, inward clearing, outward clearing, A/c statements ?
What is un-installation testing?
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?
What is the difference between load and stress testing?