We are calling Actions in Expert View by using
Run Action.but i want to know where we are saving the
Actions Scripts.Pls explain??
Answer / jay prakash
RunAction is just for calling Action X from some Action Y.
Please understand that RunAction is not for calling the
action when we have multipule action explicitly.
Every Action script is saved in that particular action.
Thats all.
Please post back in case you need more explanation.
| Is This Answer Correct ? | 2 Yes | 1 No |
i am new QTP... please tell me automation frameworks , types & for whiich type of applications frameworks are used & how to generate script in keyword driven framework
What is recovery scenario in qtp?
what is the latest version of QTP? Main difference between 9.2 and 10 version
Explain synchronization types in QTP
Can i get a simple example exercise for update run mode for sample flight application......... In qtp when i try to run the test in update mode.. Auotmation> update option is disabled............ Pls let me know ................. Thanks in advance.....
can anyone please send me qtp framework material please its urgent
Hi I am new to QTP. we are planning to implement automation for the application. I am trying to execute the following script: Set ExcelObj=CreateObject ("Excel.Application") ExcelObj.WorkBooks.Add Set NewSheet=ExcelObj.Sheets.Item(1) NewSheet.Name="Order" ExcelObj.Cells(1, 1).Value = "Name" ExcelObj.Cells(1, 2).Value = "Ordernum" ExcelObj.Cells(2, 1).Value = "nam" ExcelObj.Cells(2, 2).Value = "21" ExcelObj.ActiveWorkbook.SaveAs "c:\test1.xls" ExcelObj.Quit Set ExcelObj = Nothing in the above script for the line(ExcelObj.Cells(2, 2).Value = "21") it is inserting the value 21 successfully.this is fine But if i want to insert a variable instead of the constant value then what should be the modification in the script. For example: If user retrives a value throug "GetRoProperty" and wants to insert the value into then how the script changes?
how to reverse a string with out using string or predefined function,ex:string is " i love india". the output should be like this "i evol aidni"
can we change the name of a check point? when will you start writing testcases? do you follow any methodology for writing test scripts? qtp is key word driven testing or data driven testing?
how we connect oracle or sql data server database to qtp. Hi Ram I was your answer for this. Can you kindly let me know in details steps on How we can connect to database. i am using QTP9.2 and SQL Server Database. I am new for QTP and this would be of great help.Thanks
What is the main difference between QTP 8.0& QTP 9.2.And what r the features and benefits of QTP.
What are the difference between QTP and Winrunner