What is the difference between Retesting and Data Driven
Testing?
Answer Posted / raju
retesting means weather bug is fixed or not,
regression testing means to test the application one of
objects with different data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
List the type of testing perform to test microsoft excel 2003 give atleast 1 example of each type
Build with fixes has been deployed on QA environment if asked by your manager to reproduce how can you reproduce the issues? (by using the previous build) Can you access the previous build? If so ,what are the tools or how can you access?
Explain the importance of agile testing?
1.For a single module how many builds are possible 2.what will be the max or min time to finish up an single module
Explain about PET Model?
Can you explain random/monkey testing?
i heard that mainframe testing is diff from other environments & has lot of keyboard input????pl clarify my doubt & let me know in what way its diff??
What is the difference between Sleep and wait in winrunner what is integration testing and types of testing present what is system testing what is data driven testing what is functionality testing if requirements are given to you then how do you write the test cases for it Account number = Ok cancel For above given form the valid account number starts from 1 to 1000 so is it necessary to input the 1,2,3 ….998,999,1000 test cases to check the conditions of valid account numbers I,e is it compulsory to write 1000 test cases for the above form
When we use integration testing for any new system so why we required system testing.
Assume a login page, and you have written 10 cases(say for example). How will you justify that these 10 testcase suffient for the login and how do you say this is 100% satisfies the need.
a newly launched web site is hosted on web server.It is expected that 100 people visit the website every hour and browse 30 pages spending a total 15 minutes. what is the maximum hits/sec that the web server should support this load?justify your answer. need urgently. by rimesh
Why is it impossible to test a program thoroughly or in other terms 100% bug-free?
what is the main field of bugzilla which we fill to report bug to any developers???give some brief description??
Hi there, I am new to the world of testing. Is there any place where I can have a look at an actual specification documents or test plans or test cases. This will help me in generating a level of confidence. Looking forward to your replies
How to test an application if it was already developed and it is in the state of changing the functionality according to the customer requirement How to start testing in this situation. I got an application to test.It is a desktop application.It is still developing and started 8 months back.how can i start to test this application? Is it the right way to test it in "Random testing"? or writing the testcases from page one and executing them.i have an another responsibility that is I have to automate that application. can anyone tell me what is the process to test this application.