How many ways to configure the application in QTP,Explain
Answers were Sorted based on User's Feedback
Answer / adarsh (saama technologies)
Two Ways:
1)Invoke Application "Complete Patth of the application"
2)Systemutil.Run "Complete Patth of the application"
| Is This Answer Correct ? | 0 Yes | 1 No |
How can we extract data like "Details","Result","Time" from the 'Run Error' result generated in QTP after run time errors are generated during a run & import the details etc...into excel sheet
How to send QTP test results to an email...(with out using Quality Center)?
write the vb script for call to new action in qtp?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s.
I used child objects to get the no of weblist present in the weblist.now i need to select the items present in each weblist ?How to do so
How would you parameterize the text field "Country" and the same "country" when it appears as combo field on other page with text field city and same with City combo field?
Can anyone please tell me how to select next 5th business date from calendar using QTP/UFT ?
1 Answers Cigniti Technologies,
How to connect to data base?
how to read log file using QTP??
While recording a login window QTP is identifying only parent window,then how can u identify the child objects.
What is checkpoint in qtp?
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma