On which basis u'll prepare the test cases.
Answer Posted / chaitu.c
The following basis we will prepare test cases
1 Business Req. Specifications Based
2 System Req. Sepecifications Based
3 Input Domain Based (BVA, ECP and Error Gussing )
4 Usecase based
5 User Interface based
The above based requirement we can writen test cases
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Encapsulation of attributes and operations inside objects makes it easy to obtain object state information during testing. is it true.explain
Have you ever completely tested any part of a product? How?
List the considerations in developing testing methodology
What is an exit criteria?
What is black box testing, and what are the various techniques?
Did you ever worked with B.A's and when?
What processes/methodologies are you familiar with?
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 are the different available models of sdlc?
What’s the difference between verification and validation in testing?
Explain what is exhaustive testing?
What are differences in testing a client server and a web application?
What are the various techniques in white box testing?
How to test an application if it was already developed and it is in the state of changing the functionality according to the customer requirement How to start testing in this situation. I got an application to test.It is a desktop application.It is still developing and started 8 months back.how can i start to test this application? Is it the right way to test it in "Random testing"? or writing the testcases from page one and executing them.i have an another responsibility that is I have to automate that application. can anyone tell me what is the process to test this application.
How soon the bug should get fixed?