1. How to capture data from images in QTP and produce them
in Excel sheet
Answer / pravati
x=Browser("").page().image().Getroproperty("alt")
set excel=createobject("excel.application")
excel.application.visible=true
excel.workbooks.add
excel.activeworkbook.saveas ("path.xlsx")
excel.workbooks.open("path".xlsx)
set mysheet=excel.activeworkbook.worksheets("shtid")
mysheet.cells(1,1).value=x
excel.activeworkbook.save
excel.activeworkbook.close
excel.application.Quit
set mysheet=nothing
set excel=nothing
| Is This Answer Correct ? | 2 Yes | 1 No |
Write a script to print below pattern 5 4 3 2 1 5 4 3 2 5 4 3 5 4 5
Take a situation when you are working with QTP, suddenly system has crashed.so you again start the system. My questyion is how can QTP directly opened when the system desktop appears.
is the institute MindQ laid by Mr.Nageswar rao.. heard alot about Nageswar rao...can you briefly let me know about the Nageswar rao inst. and MinQ...THANX IN ADVANCE
Please explain me frameworks & how to generate the scripts in framework
for example one window is there, the window contains how many edit box's i want script? i know the script but that is not exact answer.... The script is like this .......... set a=description.creation() a("Native class")="WinEdit" b=window("Flight Reservation").childobject(a).count msgbox b if u found exact answer please getback to me? raju.ippali@gmail.com 9823257761
tell me about regular expressions in QTP? where we use? give eample?
which checkpoint we use to validate yahoo login screen window after login with ur id and password in qtp
How to Analyze the Checpoint results by Text/Text Area Checkpoint?
X flies from Hyd to bangalore using different methods of transportation. write the test scenarios and test cases for this?
what is the smart identification techniqu?what r the different mechanisums used in it?
need clear explanation of actions and functions in qtp with examples?can anyone suggest me gud site for that other than qtp manual?
How to find the OS name by using QTP script?