Answer Posted / nani4urs
Wn we have to do database testing in qtp
first we need to create ODBC Connection using DSN.
then we need to write some commands.
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
What are the different attribute used with regular expression?
What are the challenges you faced during you entire life automation ?
What is TOM in QTP?
How many types of parameters are there?
Print the Prime numbers in below format only up to 20(Need commas also) 1,2,3,5,7,9,11,13,17,19
Diff b/w test scenario's and test Procedures?
Mention the different actions types of qtp.
What is checkpoints for qtp?
Explain different type of event trigger option.
what are the critical test cases in crm? tell me atleast 5 critical test cases? what are the critical bug u find out while testing crm domain?
what is the frame work in J-meter?
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 Test Welcome Screens and Process Images with QTP
wht type of User defined functions or Java Releated functions do we write in VB scripting
What do you to script when objects are removed from application?