Hi,iam new to automation and i have 1 year experience in
manual testing.I have a little bit idea about QTP9.0 .But i
have no idea about script writing using VB.Please help to
learn script writing.
Answer / bishwajit.rk
First of all congrats on showing interest in QTP. One thing
I can suggest is; join a coaching class in evening after
office hour. I also did the same. One thing u can make sure
is that these coaching centers charge more if they know
that ur a working professional. Be careful!
One more thing is QTP use very limited VB Scripting part.
If u r interested in learning VB Scripting then learn that
first and applying to QTP will be very easier...
| Is This Answer Correct ? | 3 Yes | 0 No |
Suppose there are 100 links in a web page and the number of links will be changing dynamically from time to time. I need code such that every time i had to click on the last link of the web page.
what are the mandatory properties in qtp? what are the library functions in qtp?
What is the difference between "call to action" and "call an existing action"
9 Answers Accenture, Yana Software,
How to handle the exceptions using recovery scenario manager in QTP?
in a database table there are 3 columns (name , marks,grade) , in application after retrieving data from db to fields name, marks click ok button then grade should displayed ---for this how to write vb script prgm
If I am scripting Web-based Surveys using QTP that open up differently but at the exact same point require a username and password can I automate that username and password for all the surveys some how using 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 are the difference between qtp8.2 to 9.0 surya
By default Action1 runs first in QTP. Is it possible to start the run with Action2?
How can i store runtime value through vb script while using qtp
What is the regular expression for Yahoo mail Inbox?
write a script to verify the image path(src property) of the images which are in web pages.(do it by Descriptive method by creating a description object)