How to modify the text checkpoint?
No Answer is Posted For this Question
Be the First to Post Answer
How many types of Parameters are available in QTP? and Pls Explain with example.
What are test settings and global settings?
Write script to fetch the data from global sheet where row number is 3 and parameter is "text"
3 Answers Accenture, Thomson Reuters,
how to pripare BRS/FRS Document for different projects?
why do we use both location and index identifier.
What is the file extension of the code file & object repository file in QTP?
How do you open adobe acrobat file in QTP and do some testing on that file ?
Whats the realtime QTP testing process
Can we set a timeout for the msgbox.I want the msgbox to disappear after 2 seconds during the script execution without clicking on the OK button manually.
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"
waht is the difference between QTP 8.2 and 9.0 version
15 Answers AppLabs, CTS, Polaris,
How can i store runtime value through vb script while using qtp