Once the Actions are splitted , is there any way to merge them
Answers were Sorted based on User's Feedback
Answer / shweta gupta
No, Actions once splitted, could not be merged. However, an
action can be deleted altogether.
| Is This Answer Correct ? | 3 Yes | 0 No |
what are the challenges you have faced while testing web based application using the automation tools ?
What is Test Fusion Report in QTP?
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
I have multiple radio buttons i need to select a radio buton and i dont want to hard code i have a generic function for it there i have used select#0 so it selects first radio button but for other script i want to select the 4th radio button how i can make it still more generic
4 Answers Accenture, Acentia, LM,
QTP in mumbai
Among the 4 capture levels, Complete, Partial, Minimal, None. which one is mostly used?
Can we directly automate testscripts accrdoing to requirements
2 Answers CitiGroup, Novartis,
Can anyone pls tell me how to do action parameterization (input and output parameters) with respect to login window and insert order of flight reservation window in detail( pls give a clear step by step explanation with example) anyone please. Will be very thankful to u
Hi! Using Descriptive Programming How do we get Parent object for an object by writing script(DP). Say, i want to get a parent object for a "Link" in a web page by writing script in Descriptive Programming.
What is the differnce between action & script
how do pass parameters from one action to another action
What is the Automation Process followed in your company?