how u write vb script in qtp pls give me some basic script
and some material
Answers were Sorted based on User's Feedback
Answer / rahul
plz post that gud vb scripting material to me also plz send
to this id call2sri@gmail.com
| Is This Answer Correct ? | 0 Yes | 4 No |
Answer / rani
Hi I too am new to QTP and VBS please let me know good
material to learn VB scripting in QTP
| Is This Answer Correct ? | 0 Yes | 4 No |
4. How u will open the build automatically in QTP except using Systemutil.run command
There are two tabs in the application suppose, A and B.On clicking the tab "A" one table grid will open. if u click on tab "B" Another table gride will open. Now can I do some operations on both table grids with a single table grid properties in the object repository? I have added all objects of the first table grid into the object repository Now iam checking enable/disable status of "save button" in the second table grid my code is like this val=javawindow("zseries").javabutton("save").getroproperty ("enabled") when I highlighting the save button in the object repository by keeping open the second tablegrid on the application.It is displaying the popup message"The selected object can not be found in the application" can I use properties of one table grid for both tabs if so how it is possible. Can anyone help me
Hi, My name is kishan. I have good Conceptual Knowledge on QTP. In order to Boost up my Confidence Level, I want to do a Project oriented Training only on QTP in Hyderabad. Kindly Let me know which is the Best QTP Project Training Institute in Hyderabad. Thanks in Advance kishan
what is Property......End Property loop? how to write sript for it in QTP
Explain the concept of object repository?
wht type of User defined functions or Java Releated functions do we write in VB scripting
hi all can anyone explain how to write the code for finding the mandatory columns in table which are having (red*) (red Astrik)
Explain the keyword createobject with an example.
How will u find that how many List boxes( and check boxes) are present in one particular window
I have thousands of links are there, i want check each and every funtionality of link by using descriptive programme, retrive link name from excelsheet then operate in application. Please anybody send me model script
Will QTP gets installed on virtual PC.What is the maintenance number to be given
Is it possible to return multiple values from a function..? Then how..?