Can anyone please tell me how to select next 5th business date from calendar using QTP/UFT ?
It depends upon calendar properties & functionality. If it is link then
browser("CRM - Commercial").Page("CRM - Commercial").Link("05_monday").Click
| Is This Answer Correct ? | 0 Yes | 0 No |
How to Save your test using QTP?
What criteria do you use when determining when to automate a test or leave it manual?
For which type of projects the iterative model is not suitable?
Please Don't mind .i want in detail the real time process i.e in each document what it contains.
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"
what is the difference between the modular framework and datadriven frame work
Which scripting language used by quicktest professional?
Can we install QTP on remote server and access it as a web application on other system (client place)? If so please let me know. Thanks in advance, Ravi
Why do we use breakpoints in QTP?
VB - Script Training in MUMBAI.
How to supress warnings from the "Test results page"?
How to Parameterize Object repository in QTP?