what is the diff between ad hoc and exploratory testing ?
Answer Posted / josephwarnel
Exploratory software testing is a powerful and fun approach
to testing. Exploratory testing is especially useful in
complex testing situations, when little is known about the
product, or as part of preparing a set of scripted tests.
The basic rule is this: exploratorytesting is called for any
time the next test you should perform is not obvious, or
when you want to go beyond the obvious.
[url=http://www.testing-whiz.com/]SQA Services[/url]
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is sanity test (or) build test?
what is TAS language which is used as a language for some projects/
Pls u can u r mail id to my personal mail id also if they dont want to give u r mail id n comman place
Any one send me sample question for multimedia testing with microsoft access database. I am having interview next week. Please post it or send me my personal e-mail. Thank You
What is black box testing, and what are the various techniques?
I studied MBA, I want learn any softwarecourse, which course is better hadoop or testing tools(manual+selenium?)
Suggest some book to learn more test case???
What are the bugs we cannot find in black box?
If you're given a program that will average student grades, what kinds of inputs would you use?
1) Difference between "Delete" and "Concatenate" with reference to databases? 2) Difference between SDLC and STLC. 3) Latest versions of the browsers used. 4) What is URL Tampering? 5) Full form of URL. I don't need the answers. These are just for reference.
I am new to testing, I need information about TSYS any website or if you have information please mail it to me. this is for online credit applications project.My mail id is keerthanakoluvu@yahoo.com. Thanks for your help.
What is an exit criteria?
What is quality center? How many built in tables does quality center have?
What is the limit for test steps?It should be 10/20/30etc
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }