what are the different types of browser compatability u
will test ?
Answer Posted / sami
Internet Explorer, Netscape Navigator Version4,6
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Describe some staff conflicts you have handled.
Which test cases are written first: white boxes or black boxes?
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?
Describe your experiences with code analyzers.
3.if a questions asked as,what is the quality standards you are following? what i need to tell.
Does an increase in testing always improve the project?
How can you do the scalability testing?
Write positive and negative test cases for forgot password?
When do we perform smoke testing?
Risk Analysis a) 2 step, b)3 step, c) 4 step, d) 6 step
I know functional test cases are derived from frs and system design specs. But are test cases for performance, database, boundary, relational integrity and other types of tests other than functional tests created from frs and system design specs as well? When are these test cases created? Are they in the same test plans alongside functional test cases or is their a different test plan that includes these test cases?
write test case for linked in sign up page ?
what are metrics and what are metrics did u collect in you are project
What and why is api testing?
If we have no srs, brs but we have test cases does you execute the test cases blindly or do you follow any other process?