assume i have few url link how will i dynamically call then
using descriptive programming?
No Answer is Posted For this Question
Be the First to Post Answer
How do client side image and server side image work?
How to do excception handling ( error handling ) in QTP
6 Answers Institute for Medical Education,
When Object Repository is available what is the necessity of having Descriptive programming which needs more scripting efforts.
When I parameterize a script then for each iteration script is executed from begining to end. If I want to execute some middle steps multiple times using Parameterization (avoiding begining and end steps), what is the solution of this (e.g. total steps are 1 2 3 4 5 and i want 2 3 4 only(not 1 nd 5)
explain virtual object? in detailed? pls any one explain me?
The xls contain data. how to get number of columns form the sheet?
can u please explain what r the challenges u faced in ur automation testing
suppose i have one datatable in my datatable in 2 nd row 3rd column one link is ther i need to validate that link how do u do this?(wipro)
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"
MANUAL TESTING, AUTOMATION TESTING QTP,QC , Load Runner , SELNEIUM ONLINE TRAINING
how to disable the pop ups through QTP using a script
what is the difference between DATA TABLE and DATA SET?