Why VB scripts are used in QTP and TSL in Winrunner, is
there any advantage of using VB Scripts
Answers were Sorted based on User's Feedback
Answer / subbamma
i don't know the exact answer.. But the above is not the
correct one
| Is This Answer Correct ? | 5 Yes | 0 No |
bcos qtp uses vbscripting language and winrunner uses
TSl language both are written in different languages
| Is This Answer Correct ? | 0 Yes | 3 No |
Plz explain about object propeties in object identification? means.. explain about 1. mandatory properties.2. assestive properties 3. ordinal properties.
Explain object spy in qtp.
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one
How do u do batch testing in WR & is it possible to do in QTP, if so explain?
How you can find the absolute value of the number in qtp?
With help of object repository,we can able to write the descriptive program manually?
What is the D/B Test managemet tool and bug trcking tool? Ans send to pbr.qtp@gmail.com
actuall wat my doubt is:while doin regression testin we enter all +ve & -ve data....system has to accept +ve and reject -ve data.in such case we get a popup window sayin that wrong entry...now i wan to overcome this popup window..how do i go further....plz explain.i tried thru rec.scenario but of no use.
How will you handle the situation when object is not captured during record?
what are the drawbacks for record and payback in qtp
Can we write winrunner language i.e TSL in QTP tool?
How to export(copy) the entire webtable from the webpage into Excelsheet? using Vb scripting