Hi
Suppose u have complex Test scripts which u vl write first
and which u vl execute first
Answers were Sorted based on User's Feedback
Answer / anil
we will write complex test scripts first and will execute
easy scripts first
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / lakshman
we w'll write first Trivial scripts then i execute
Priority scripts first
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the limitation to XML Checkpoints?
Explain the parameter in qtp?
dears, I have one question for QTP.If my software is english and defined objects is english name. But, if my software has support MUI, under this case that my objects in the QTP can't work, because the QTP can't catch the objects name. In this case, is anybody know how to solve this problem? Thanks a lot.
How to give Table check points?
How to Display last item of a Combobox by using QTP?
what are the areas that cannot be tested using an automated tool? list a few
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 display the first 3 letters in these "ABCDEFGH" using qtp script?
one page contain next button.when we enter that its not going to next page.what type of error that one.
Suppose there is a bitmap with some text in it how do you write the script to get the text.
How to manage a drag drop event in the qtp
how many scripts r there in QTP? pls any answer this question?