What frame work ur using in QTP in ur current company?
Answer Posted / gopikrishna
Hi guys can u pls explain clearly wht is
modular,keyword,lenier?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?
In what occasion we can specify global sheet and action sheet?
what are all the fileds present in object repository?
write a script for allinterview-submit Question first we've to select Choose Category,second select Sub- Category(Which is comes in to runtime)third select Question Type.for that give some descriptive and vb script
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
i am new QTP... please tell me automation frameworks , types & for whiich type of applications frameworks are used & how to generate script in keyword driven framework
What is output value? How many types of output values are there in qtp?
How can I check if a environment variable exist or not?
What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?
If u r using library files (Instead of Check Points) , How do u do bitmap check ?
What are the different attributes used with regular expression?
Why qtp always start action1 and does not start action?
Hi, How Accessibility checkpoint in QTP can be implemented in the test script?
What are the advantages of Object Repository?
how can we do the frame work in qtp