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 / lakshmi
As per my understanding on your question, in keyword driven
framework, we have driver sheet which contains all the
testcases names with an indicator(Y/N). Here Mark the
indicator as "Y" only for the failed 10 scripts.so that the
driver script will read those testcases(which are marke
as "Y") and execute those testcases.
I hope this suffice your question. If there is any
deviations, please let us know, we will try to provide
answer.
Thanks,
Lakshmi
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
Which environments are supported by hp qtp?
How is test case write?
After executing the script in qtp suppose i found some script execute successfully and found some error.So how to report the status for both (i.e pass and fail report)in test director. For "fail" We use "defect tab" in testdirector. But for "pass" how to report it to TL.what is the process plz anybody ans
How Can I find the least value in a bunch of variables using qtp.. E.g.:- A = 210, B = 212, C = 60, D = 111 I don’t want to write bunch of lines for this…. Is there a way to get the result in one line…..
Can we Test Welcome Screens and Process Images with QTP
I would like to directly import XL file and work on that XL file directly in QTp script in that XL sheet need to allocate workbench,XL sheet and generate two bar graphs automatically how to do that? plz let me know any answers?
How do you synchronization point through DP?
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
How do you know the location Id of an object if you know its index id?
How to build scripts that access data from external sources?
What are the types of object repository in qtp?
Explain how qtp identifies objects?
For which type of project the iterative model is suitable?
What should we say if interviewer asks "What is ur project architecture?".......Can any one help me with clear information.?????????
hi in real time who will execute the qtp test scripts? my faculty said, in a companty automation testers are written the test scripts and manual testers are execute the test scripts...IS IT RIGHT OR NOT?