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
Answers were Sorted based on User's Feedback
Answer / 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 |
What is the difference between QTP 8.2 and QTP 9.2
what is framework and types of framework? Need of framework in automation? write folder strucuture of framework.
i am entering wrong data or wrong password in a text box and click on submit button .i am getting a popup window with a message Please enter the correct password or data .How can i handle this situation by using QTP.
When we r doing data driven test with chkpts, i want to insert formulae in data sheet but i didn't get. How we wil do that plz. explain in detail.
can somebody send the script to write a multiplication table in notepad through qtp
What are private functions in QTP? How they can be called from the function library?
How to supress warnings from the "Test results page"?
Explain object spy in qtp.
QTP Testing Process?
how to load all resource files(function libraries,object repositories etc) into tests without associating them?
What is quick test pro? What is a quick test professional?
1) What is the diff Between GetRoproprty and Gettoproperty? 2)What is Redim?