In Keyword driven frame work you have write 30 test case for one scenario,in which 10 test cases are failed while executing.client asked you to execute only the failed test cases. HOw can you execute only failed test cases
Answer Posted / hari babu bantanahal
ABOVE ANSWER IS CORRECT
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what the difference between shared repository and per action repository?
Does QTP run in any environment?
Where to use function or action?
What is text/text area checkpoint?
Hi All, I need code for how to execute qtp scripts from excell sheet
wht type of User defined functions or Java Releated functions do we write in VB scripting
Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??
Without using gui map editor we can recognize the application in winrunner ?
i am trying to automate yatra.com,in that site, when i go to automate the Leaving from field showing as a WEBEDIT, but when i enter 1 or 2 char, it displaying dropdownlist, i try to use keyboard automation to select the item from that list but it is not possible, can anybody help he. Thans for posting the Answer
In qtp, explain what is crypt object
How will you check a web application for broken links using qtp?
How many types of actions are there in quicktest professional?
Hi we are running tests remotely from quality center and pushing tests into qtp boxes remotely, and it does execution but while uploading results back into quality center it hangs in qtp box.If any one come across similar problem, please send me details how to handle this. Thanks kris
I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.
Hi Friends, I worked with 8.2 not with 9.2. Please help me in this prob. I created one script and recorded some think and save as Test 1 then I opened process--open the object repository manager. Switch to file->save->give some name->save as Objectrepo1.tsr file. (This is the global repository file.) Then I went to object repository->tools-> associate repository ->click + icon ->open the previously saved Objectrepo1.tsr file. This is the global repository Now I created one more script and save as Test 2. In this script I am calling script with the Help of "Call of existing action" and I executed but QTP is not able to execute B’cos it is QTP is not able to read the Object Repository of Test 1. Please let me know why? Once I made Script 1 as a shared Obj. Repository so it would not give any Problem. Right?