Where the text version of script file located in file
system?
Answer / uday kumar_anem
Path of your testname\ActionName\Script.mts
Ex: D:\QTPSample\SampleTest\Action1\Script.mts
| Is This Answer Correct ? | 1 Yes | 0 No |
how can we write descriptive programming for menus when qtp is not able to identify it..and how can we write descriptive programming for partially identified and non standard objects..do i have to map the objects before writing the script
There r 1000 rows and 1000 coloums , in that I want pickup a name of the coloumn , pls dont say in sql statements , in interview one of the interviewer said it was a wrong answer pls any send me answer its urgent
what is the abbrivation of .mtr in action reposirtory?
Where we save all scripts in the QTP
5 Answers Ordain Solutions, Sathya Technologies,
Can U Explain about QTP tool from older version to latest version also its differences?
i am looking job in perfomance testing using Loadrunner any one help me a project plz......?(Chandana) chs_29@rediffmail.com
In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?
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?
Extract a word from a sentenece?
what is the difference between DP and keyword driven framework?
examples of user definied functions? how to write user defined functions in qtp9.2?
what is difference between application testing and product testing?