What is exploratory testing and specification-driven testing?
Answer / Nikhil Arya
Exploratory testing is an ad-hoc, flexible approach to testing where testers explore the application without a predefined test script. Specification-driven testing, on the other hand, follows specific test cases based on requirements or design documents.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why is automation testing preferred over manual testing?
How to plan the time estimations for QA cycle ?
how do u start web logic in your application
What is the difference between Test cases document and test cases design document?
who will give priority and severity for testcases?
What is exploratory testing and specification-driven testing?
What mental attitude do You have, if You are really qualified to this Tester Job?
Can Regression test be done at all levels
Can anybody give answer for WHAT IS THE MEANING OF TRANSACTION BASED TESTING WITH EXAMPLE
what is Software testing?
hi, they have given 2 tables to write quries in SQL SERVER 2000 based on table as follows . 1st table :author: COLUMNS AS FOLLOWS pk. AUTHOR F_NAME DOB NATIONALITY 2ND TABLE BOOKS: COLUMNS AS FOLLOWS; PK ISDN F.K AUTHOR LANGUAGE PUBLISH_DATE; 1) RETRIVE author who is indian and hindi write in a) as joins b) sub quries 2)retrive who is younger author ; 3)retrive author who wrote more than one book in different language. 4)retrive author who has wrote in different language in each year write all queries in sql for sql server
How will you ensure that all the requirements have been covered during the test cases review