how we do database testing with qtp using descriptive
programming?
Answer Posted / dinesh appu
Mukesh, i think you are an negative attitude person.
If you discourage like this, how chandraseker will come up.
We should encourage him. Also qtp scripts are not going to
be written by his english. Then how come we comment him.
What ever it may be. Chandra tried to explain something.
So lets all wish and encourage him.
Chandra, if you improve your english little bit, then world
is in ur hands only.
Keep it up.
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.
What is expert view in qtp?
i have a doubt can anyone tell me where are scripts stored while using QTP.Tell me the exact procedure takes place in real time?like how we call scripts how to proceed after writing scripts?how scripts are executed etc?i heard some use Qc whether others dont use.so tell me whole procedure for both the things it will be a very big help.as i have interview i want to have whole idea on this.its very urgent.
What are the disadvantages of recording test cases in qtp?
What is keyword view in qtp?
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
What is the keyword view and expert view in qtp?
How to create runtime property for an object?
How to check which add-ins are associated with a test in qtp?
What is quicktest professional (qtp)?
What are the major/ important methods, functions in QTP we use realtime testing
What are the different types of recording modes in qtp? Which will be used when?
When do go for loop condition in test?
Analyzing the checpoint results?
How can you handle exceptions in qtp?