I have two actions in my QTP test and two iterations in my
DataSheet. I want to execute the Action 1 for the two
iterations only after which i want to exceute the next
Action2. How is this possible?
Answer Posted / v.dileepkumar008
go to keyword view,select action1,goto edit->action->call
properties->run on all rows.
select action2->select run one iteration only.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to connect the remote desktop using QTP 9.2 explain the method or procedure?
What is Distributed testing? How does UFT support it?
I AM TRYING PORT CODE FROM WINRUNNER TO QTP AND DON'T KNOW TO HOW TO CHECK THE ERRORS. IN WINRUNNER FUNCTION RETURNS EIGHER 0 OR -1 AGAINST WHICH RESULT CAN BE MADE PASS OR FAIL BUT IN QTP I DON'T SEE FUNCTIONS RETURNING ANY VALUE. APPRECIATE IF ANYONE COULD HELP ME CONVERTING FOLLWOING WINRUNNER CODE TO QTP. set_window("Customer Service"); rc = web_obj_get_text("Summary","#2","#4",ssn,""," ",1); if (rc != E_OK) { report_msg("[GetSubscriberSummary] Could Not get subscriber SSN; rc = "&rc); myRC = rc; } else { ssn = StripBlank(ssn); if (DEBUG) report_msg ("[GetSubscriberSummary] SSN: "&ssn); }
How can we conduct U-I Testing by using QTP??????
what is error and fault in terms of software quality?
How to delete an object from the object repository?
How to add object to object repository in qtp9.0 Suppose for brower yahoo home page
What is expert view in qtp?
How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?
diff between qtp versions from 8.5
I want to test my vb.net solution file using qtp. Does Qtp test only .exe file?
Hi, How Accessibility checkpoint in QTP can be implemented in the test script?
How reliable are the site's Internet connections required to be? And how does that affect backup system or redundant connection requirements and testing?
Hi Friendss..., can any body help me.. 1. Tell me your achievements(Technically)..? 2. Tell me your strengths(Technically) and weakness(Technical)..? 3. Why are you looking for change..?
How to use transactions in qtp?