how can i add an action(external action) programmatically?
Answer Posted / chowdhury
u can split an action. In keyword view figureout where to
split it.
if u wanna call a reusable action then click call to action
and add that action.
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
Do you know SQL? I know SQL but i don't have any experience...that's it..No more questions ...simply he said " you can leave for the day" ...guys prepare SQL Quires before attending interview in bank of america...
what is keyword driven testing in qtp?n how is it useful?
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
How to test login module with different username and password by using data driven testing in QTP?
Explain how Selenium is different from UFT?
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?
How do I get the QTP scripts result in xml format by using vb script function?
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
when u script reveiwing in which area u more concentrates?
What are the different recording modes and how do they work?
Can U Explain about QTP tool from older version to latest version also its differences?
Explain the types of object repositorys in qtp?
What are the check points can be inserted without recording?
How can you identify the browser and its information using QTP script?
How many add-ins comes by default with qtp?