h to all plz send me the answer if any one knows about
this....i want the java add-ins for the QTP to do my
project which is developed under the java platform.
Answers were Sorted based on User's Feedback
Answer / suresh
here is the link for java add-ins.
http://www.gcreddy.com/2010/03/qtp-add-ins-info.html
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / suresh
here is the link for java add-ins.
http://www.gcreddy.com/2010/03/qtp-add-ins-info.html
| Is This Answer Correct ? | 0 Yes | 0 No |
Deal All, Recently i face one interview question in one company. str="test12@#3456" In This i want to print like special character and numeric ,word in one script please tell me how to write the code for this Thanks Balaji
How you can replace string in qtp?
My Application is a client server application , but there is one functionality , when we click on one particular icon it launches web browser . When I am recording in QTP , By select approprait web add in also , it not able to record in web page , I am able to record till click on the icon. Please provide me how to over come this type of problem.
7. Given scenario is like this: One Web table is there and you have to search and retrieve a cell data which is equal to the given number say:123. Assume you have given with the column name/id of the table where the number may exist. So now you have to go to the given column and search for the number 123 and retrieve it along with the row number of it.
I've some problem in Descriptive programming plz help me. I've written in a click event code in Functional library when I run this flight reservation program It is not run. How to I write multiple click event in functional library. My program is this. I have associate an action with functional library. Public Function ClickButton(byval ApplicationName, byval WindowName, byval ObjectName, byref Comments) If Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Exist Then Dialog("text:=" &WindowName).Activate Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Click Elseif Window("text:="&ApplicationName).WinButton("text:=" &ObjectName).Exist Then Window("text:=" &ApplicationName).Activate Window("text:=" &ApplicationName).WinButton("text:=" &ObjectName).Click End if End Function
how to capture tool tip in QTP and which check point is needed
what are the functions availabla in QTP? what are the data types in QTP?
How do you do batch testing in QTP, if so explain?
WHAT ARE THE SHORTCUT KEYS IN QTP?
Where we save all scripts in the QTP
5 Answers Ordain Solutions, Sathya Technologies,
what is clean sweep?
I am using environment variable xml to give credenatials for login into unix. Is there any way we cam mask the password in the xml?