How many add-ins comes by default with quicktest professional (qtp)?
No Answer is Posted For this Question
Be the First to Post Answer
General Ques : At What State u start Automating ? means at what stage we start writing QTP scripts ?
Is there any thing that we can replace recovery scenario manager in QTP.
How to use Environment parameterization in QTP? Explain with an example.
Please give me the steps to carry out datadriven in QTP8.2
how to download mercury qtp9.2 ny internet ?
Scripts for Ascending order in qtp.
In Login two edit box which object class property value is same, How to enter into 2nd edit box in qtp by vbscript.
Hi Suppose u have complex Test scripts which u vl write first and which u vl execute first
What are the different types of functions available in qtp and explain ?
write vbscript in qtp tool for senario, in the given sheet add each number in each row and each colunm and show result
Dim ExcelSheet Set ExcelSheet = CreateObject("Excel.Application") excelsheet.application.visible = true ExcelSheet.ActiveSheet.Cells(1,1).Value = "This is column A, row 1" ' Save the sheet. ExcelSheet.SaveAs "C:\DOCS\TEST.XLS" ' Close Excel with the Quit method on the Application object. ExcelSheet.Application.Quit after run this script i am getting error"The test cannot continue due to unrecoverable error"
Hi, I want to write the script for a webpage. But i didn't added the properties of the objects to the object repository. Without adding the object properties to the object repository, how to write the script. When i am writing the script, Let us say i typed as Browser (""). after selecting ".", if the object is added to the object repository it will display atomatically. But in my case it is not as i didn't added the object properties. How to proceed further in the above mentioned case to write the script manually. Pls let me know if you didn't understand the question.