How to connect the remote desktop using QTP 9.2 explain the
method or procedure?
No Answer is Posted For this Question
Be the First to Post Answer
how many wayes we do the parameterization?
Differences between QTP & Winrunner?
what is throw object ?
How to connect to the Database from QTP?
10 Answers DB, Thatavarti Technologies, Xchanging,
How do you start automating/ writing your QTP scripts ?
how to write code for to select all the checkboxs in the gmail i wrote code for my question but it didn't works any body suggest what wrong my code my code is Set chkboxDesc=Description.Create() chkboxDesc("type").value="chekbox" Set chboxcollection=Browser("name:=Gmail .*").Page("title:=Gmail .*").ChildObjects(chkboxDesc) For i=0 To chboxcollection.count-1 chboxcollection(i).set "ON" Next i was getting general run time error pls help me i am in learing stage
how can we write descriptive programming for menus when qtp is not able to identify it..and how can we write descriptive programming for partially identified and non standard objects..do i have to map the objects before writing the script
IN EXCEL SHEET OF qtp SUPPOSE I ENTERED 10 NUMBERS RANDOMLY I HAVE TO GET TOTAL OF TEN NUMBERS IN THE 11 COLUMN USING qtp GIVE CODE TO IT USING qtp
Hi friend I have query regarding QTP datatable. I want to insert data in datatable during runtime. suppose i wrote datatble.value(1) = "Test data" so when i run the script it says column(1) doesn't exist. Then i write something in column A1 manualy and run the script again. Now it works fine. Pls clarify how i can put value in blank cell of datatable.
can anyone please send me qtp framework material please its urgent
what is the defference between QTP 8.2 and 9.0and 9.2? plz tell me
Hi, Is there any function or vbscript in QTP to clear the cookies,sessions. Please help me in this.