How should testers write the test cases without
Specifications
Answer Posted / vijay kanduri
this scenario comes under explorative or adhoc testing
where no documents are available.Then based upon tester
intuition or assumption they have to explore the system
functionality and accordingly they should prepare test
cases.If anybody know better answer please correct me.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is bug leakage?
What types of documentation are used in qa?
what is the diff. bw separate database testers and manual testers with sql knowledge guys... iam confusing so much ,,in cmpny database testers are not working on manual..? both positions are same are not? explian clesly with example? thank u
What about the test case if the field only takes a certain number of characters or a minimum number?
How can you do the usability testing?
What is white box testing?
how to access a build & wat is its configuration
What is formal testing?
Give the real-time example for back-to-back testing?
What are the main key components in web applications and client and server applications?
Hi all, can anyone tell me what is the selection procedure in Birlasoft for Manual Tester?It will be a great help.
What criteria would you use to select Web transactions for load testing?
What are differences between Testing in Uncontrolled Environment and Abnormal Environment?
Can anyone tell me about banking project? abt the transactions? the flow?
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?