How to explain a banking project in interview as a test
engineer???
No Answer is Posted For this Question
Be the First to Post Answer
How can I use the value retrieved by OUTPUT VALUE check point as Input for other Actions?
what is the hierarchy to use properties in descriptive programming
How can we add regular expression for date field (dd/mon/yyyy)?
what is difference normal,analog,low level recording in qtp? what is lowlevel recording?
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
In qtp, how you can use xpath to identify objects?
If there are 100 checkboes in a page then how can we select 10th & 11th & 14th chexkboxes at once through descriptive programing in QTP using vb script. Please send the answers...
in QTP we test web based application at that time what script is run? is support vb script? plz tell me
write the regular expression for date format of mm/dd/yy?
10 Answers CTS, HCL,
If an application name is changes frequently i.e while recording it has name, in this case how does QTP handles?
What is recovery scenario manager? When you go for recovery scenario manager? Tell me one scenario were your used recovery scenario in your project?
Can we test GUI of the application using QTP.? How.?If possible briefly explain process.?