what is retesting?
Answers were Sorted based on User's Feedback
Answer / ayaz barmare
Retesting ensures that the original fault has been removed.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / kishan
If the Test Engg has Reported a Bug then Developers will Fix
it and send it back to Development team to Re-verify that
same bug. This Re-verification done by Test Enngg to certify
that Developers has corrected / fixed the Bug properly is
called Re-Testing.
During Re-Testing we will also do "Impact Analysis"
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the difference between local and shared object repository in qtp?
How can I map test requirement to Test Set (multiple test cases)? Under test lab, I have multiple test cases. I would like to map 1 requirement to all test cases under that test set (in test lab)? Currently, I think QC only allow mapping 1 test requirement to 1 test case. Instead I would like to map 1 test requirement to multiple test cases under one test lab.
4 Answers CarrizalSoft Technologies, DST Global Solutions,
write a script to verify the image path(src property) of the images which are in web pages.(do it by Descriptive method by creating a description object)
How to capture checkbox properties when properties of the object keep changing on relogin to the application.
If a button named "CLICK" is recorded in low level recording mode , what will be the values stored for "name" property of that button in object repository ?
can we call a test in another test? how? explain with one example?
1)Difference Between Value & RawValue?
Why we use QTP ,We can use other tools like WR OrSilktest What r the options in Qtp that WR and Swilktest Does not have.
what is the difference between development and testing
Should have experience in framework means?
Can anyone pls tell me in realtime (descriptive programming) how will the properties of the object be given to the test team. R they given in an excel sheet and is the same sheet also given to the development team and by whom is this given? Thanks a lot.
Suppose there are 100 links in a web page and the number of links will be changing dynamically from time to time. I need code such that every time i had to click on the last link of the web page.