can any one give me the doccument how to test aproject
developed in java language in qtp can here can we use the
general vb scripting or we have to use java script here if
we have to ese the java script here can any one send me the
manual for it means how to write descriptive programming
for it
thanks in advance
Answer Posted / mahshad rupam
In Qtp we have add in Java Script also VB Script,
When we use qtp to create a script we don't know what is programming language behind the application. if qtp does not recognize any think from a application
we can know the property value manually from the application (Java language)or use virtual object to map any unknow object to standard object of qtp
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do you mean by checkpoints in qtp?
What kinds of security (firewalls, encryptions, passwords, etc.) will be required and what is it expected to do? How can it be tested?
Explain the concept of object repository and how quicktest professional (qtp) recognises objects?
what function you write to do database testing with the help of qtp?
On the website, the protocol has been changed https: to https what you will do? Tell me your approach?
What are the Test design techniques you uses in ur project?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
Define Canvas view of UFT?
What is the diff between image and bitmap check point?
What are the recording modes in qtp?
How many types of trigger events are there in qtp?
How to start recording using quicktest professional?
Which functionalities of QTP used in banking project? pls any say answer?
How does qtp identify objects in the application?
how to compare two bitmaps( 1. clients requirement & 2. Designed by dev) in qtp 8.2 wann clear steps