what is Business Process Testing plz explain?
Answer Posted / ootery nari
No it is not a concept of QC
it is a concept of HPMercury
It can be used in qtp and QC als
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is quicktest professional?
How does QTP identify an object?
how we implement share object repository in QTP 9.0 without using quality Centre , Explaine in brief
QTP script is not working on other's machine..
Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?
Brief the process of testing with UFT?
How many tabs are available in debug viewer pane?
how can we do the frame work in qtp
What is checking bitmaps?
Explain Descriptive Programming Types with Examples?
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
How to carry out bit map check points in QTP
What are the five challenges you faced in QTP?
Did the scripts need lot of maintenance? If yes, why?
In qtp, how you can exit for loop?