Latest Answer: You can create shared repositories and associate them with the test you want. ...
Latest Answer: From manual to automation, we have to do some kind of initial planning. Like 1- Document User Steps (Write Manual Test Case)2- Application Familirity 3- Starting Point of Test Script4- Ending Point of Test Script5- Identification od Required Add InRegards,SYCHO ...
In my application, when we click on some links it opens a new browser. I want to know how many browsers are open at a particular time.
Latest Answer: Below is the answer to ur questionSet BrowserObj = Description.CreateBrowserObj("micclass").Value = "Browser"Set Obj = Desktop.ChildObjects(BrowserObj)Msgbox Obj.CountLet me know if am going in wrong direction ...
Latest Answer: Hi, Are you asking for the following answer. Please replyYou can also use GETTOPRPOPERTIES method of Test Object which returns collection of properties for test object. you can then get name and value of the each property for the test object. Using this ...
How to remove the message box while executing the script without any mouse clicking and keybord clickings
Latest Answer: HI,GUI- Graphical User Interface.If is there any other information please let me know.Thanks, ...
Latest Answer: for each rowprint datatable.value(cols) ...
1)How to change a custom object to standard object in QTP ?2)How to create a excel sheet & insert a value in it by using script?3)What is the difference between call to existing action & call to copy action?4)what
Latest Answer: 1)How to change a custom object to standard object in QTP?---By using Virtual Object wizard we can map those objects which are not recognized by the tool to a standard object so that it will be identified by the tool.2)How to create a excel sheet & ...
I am learning QTP using QTP tutorial documents. Most of the chapters in this tutorial are explaining based on the recording and running method. Is this the method which we use in real time projects ? OR Is there any other alternative to work with QTP. Because, I don't see any challenging stuff in recording and running method.It would be helpful, if any one explains me the procedure and the location of the relative documents for that.
View page << Previous 4 5 6 7 [8] 9 10 11 12 13 Next >>

Go Top