Without QTP (or any Testing tool) can we able to test the
GUI part of the Applications.
for Example generating the Scripts in Notepad and Executing
them Using VB.
Is it Possible to do so..
Correct me if iam wrong some where.
Answer Posted / sesha reddy
i read all the answers posted here but can't u nderstad
wat u r telling give the clarity of ths please.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How many types of actions are there in quicktest professional (qtp)?
Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.
if anyone has idea of the interview procedure in covansys, plz send me a mail?
How many types of run modes are there in qtp?
what is Property......End Property loop? how to write sript for it in QTP
what you mean by artifact,milestone...
How to analyzing the checpoint results?
How you are developing the script? Using record and play back or manual?
what is the difference between built-i function and In-built function?
Explain runtime dynamic settings?
How will internal and external links be validated and updated? how often?
What is the script for database check point, bitmapchek point, regular expression ?
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?
hi to all, i need a code.. in flight application 1.i need to login first then i need to insert 3 new orders... 2.i have to log out 3.i have to login again with different user 4.need to insert 2 new orders 5.then need to log out 6.then again login with different user 7.3 new orders create and log out 8.but we hv to do this using data table and actions please help me
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field will reflects and so on.if total psngrs=100 then will we capture all the fields for the psngrs to Automate the app how we can handle this scenerio thru Descriptive programming?