Answer Posted / venkatareddy
The reexecution of atest on some application build with
multiple test data is called retesting
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is crud testing and how to test crud?
What is your understanding regarding a test plan?
Explain stress testing, load testing and volume testing?
What are basic, core, practises for a QA specialist?
List out the software quality practices through the software development cycle?
What is a ‘use’ case and what does it include?
Plz post any critical bugs found while testing desktop application.
When a non-conformance is noted during these "reviews", what happens next?
Describe use case testing?
kindly guide me about inspection process with the requried roles in detail?
Define the key challenges faced during software testing?
Could you tell me two things you did in your previous assignment (QA/Testing related hopefully) that you are proud of?
Automation testing regarding with qtp, explain the process of testiing the application with qtp????
Performance Evaluation means..?
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