Answer Posted / viji
Do until will execute once when the condition is false whereas do while will execute only when condition is true
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.
Can any body please tell me the steps of keyword driven framework of QTP.
What is checkpoint in qtp?
after click on compose mail how can we attached a file in qtp with vbscript code
Does QTP record on Objects created on XWindows Environment?
Explain the difference between data driven testing and parameterization ?
This is Karthic and my mail id is karthic.venkitapathi@gmail.com, please give me an idea to crack qtp 10
what is the difference between IE & Netscape in web testing on a log in page
How to Test the mainframe application?
Explain advantages and disadvantages kdf?
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
Can we access the java methods in qtp. Because my requirement is to access the swt(for eclipse an it is java code) methods in qtp is it possible?
Do you know how to connect database? Can you tell me the procedures?
when a test case is written how u test using qtp
Can we run test with out adding object in object repository? How it is possible?