Answer Posted / alekhya
To write test cases we need requirements,functional
specifications and use cases.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Do you use any automation tool for smoke testing?
Write notes on apparel testing equipments.
What is bug leakage?
what exactly is heuristic checklist approach for unit testing?
Difference between adhoc testing and error guessing?
What is your approach when requirements change continuously?
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?
How many types of api testing are there?
Explain some techniques for developing software components with respect to testability.
where do we work with Application, web and Database servers Means which type of applications.
How to write test cases for nevigating menus? Ex. Course -Topics -Subtopics
Have you worked in UDAP (Credit Card act 2009) project?What did you test in Billing & Payment modules?
Please explain how to elaborate on the types of system/functionality for testing Payments, Statements, & Transactions features in a bank.....like what do we test in these,in detail? It's urgent, please reply...thanks in advance.
How can you define state tanstion testing aswell decesion testing with examples.how you can differ them too??
what is conditional testing? explain and examples