Can any one tell me about "Mapping Repository Parameter
Values" and why we use it....??How to use it???Please, tell
the preconditions also...........????
Thanks in Advance
No Answer is Posted For this Question
Be the First to Post Answer
How to capture the text from the application using QTP?
For Data-Driven testing can you use micro soft word document instead of using Datatable what is your approach?
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?
what are the qtp tester responsibilities?
What do you mean by checkpoints in qtp?
Did you use flatfiles in your projects?At what situation you used it?How can you upload flatfiles?
Hi, I am new into the field of testing and I need to know how can I begin automating the testing of Mainframe applications using QTP. Can anyone help me?
how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page
hi,i have a pblm in qtp,im testing an webappl in which different types of error pop up messages are displayed which qtp is not differentiating or it is not recognising. how do i make it recognise different popup errorm messages while writing script?
How to call .vbs funtion , Library files in QTP? plz Explain indetail(chandana)
Shared Object Repository is preferable while dealing with dynamic objects ok? descriptive prog also same? ok but why descriptive?(only for w/o application)
How to use setroproperty?