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 |
Using QTP checkpoint, where do you store your expected Properties of the object which later compares with the actual properties of the object???
How you used DDT in QTP?
What is the use of breakpoint in qtp?
what is difference betweein qtp 9.0 and 9.2
waht is puirpose of accesbility Check point? waht is the use of Page and XML check points?
How does qtp recognize objects in aut?
If the web applicatoin takes navigation time above 2 hours to dispaly next Web page then how can we synchronize the QTP with Appilication Under Test
For Passing Parameters from one Action to another Action we will use Input & Output parameters. Can any one tell how to use this Input & Output parameters with Example ?
In QTP, while launching qtp application from startup.. we find Advanced Keyword-Driven Testing caption.. wht is that...Anybody can pls explain it. Thanks in Advance
For ex we are doing automate testing in that can we do some part of application recording, some part descriptive programing and some part general VB scripting like that .............
Inserting a Call to Action is not Importing all columns in Datatable of globalsheet. Why?
My Application is a client server application , but there is one functionality , when we click on one particular icon it launches web browser . When I am recording in QTP , By select approprait web add in also , it not able to record in web page , I am able to record till click on the icon. Please provide me how to over come this type of problem.