CAN I CALL A FUNCTION IN ACTION.IF YES PLEASE HELP ME
Answers were Sorted based on User's Feedback
Answer / priya
yes,sure you can call number of functions in a single action.
| Is This Answer Correct ? | 6 Yes | 0 No |
what is output parameters in qtp?explain? 2)
how to write the descriptive programming in QTP for loginwindow.without using Step generator,object repository for referecnes
Hi any body can tell me the synchranization point syntax thanks in advance
What is the extension of script and object repository files in QTP?
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
How to use Regular Expressions in QTP
How to count the no of objects in XML file(QTP)
In QTP how can we recognize objects Without using Object Repository?
Qtp Automation Engineer , Can he login in VSS? What purpose he login In VSS? But Some companys are using CVS AND VSS ? some are Have log in in VSS Some Not login(not accessing) into VSS, not login persons are working on CVS? my doubt is, can Qtp automation engineer have loin in VSS or not? Where he store QTp Script?
write the regular expression for date format of mm/dd/yy?
10 Answers CTS, HCL,
Suppose i have a script which is having 100 lines.I want to execute that script starting from line no 75.means first qtp should read the script from line no 75 how can u do it.
5 Answers Lehman Brothers, rsystems,
How do you invoke an application using the step generator in qtp?