Once the Actions are splitted , is there any way to merge them
Answers were Sorted based on User's Feedback
Answer / shweta gupta
No, Actions once splitted, could not be merged. However, an
action can be deleted altogether.
| Is This Answer Correct ? | 3 Yes | 0 No |
what the difference between shared repository and per action repository?
can i automate java web application using qtp web addin only not using java addin
What type of framework you are using in your company and explain it?
How do u fetch data from a database ?
What is the difference between shared and local object repository?
What is Active Screen in QTP?
Hi All, How to Compare two strings character by character in QTP
I have recorded a test over web application(with IE6.0) in analog mode. But, while running it my test gets failed. Why? (Note: my systray has 3 open web applications)
There are some links on the page,count and click those links and check the text on the page displayed on clicking the link.write script for this scenario.
why text area checkpoints cannot used for web applications
Username field having some string mistake like"user naem".what type of testing i prefer to test spell check.
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one