How does Active Screen option works to capture an application?
What are the Advantages of using QTP over selenium?
Latest Answer: Here we will able to give less time to reload a new webpage ...
Describe in detail, How to automate scripts in QTP under Mainframes Environment
Latest Answer: I think we need to have addin Terminal emulatior . ...
How to create read only excel file using QTP?
Latest Answer: Dim fso, MyFileSet fso = CreateObject("Scripting.FileSystemObject")Set MyFile = fso.CreateTextFile("c:testfile.txt", True)MyFile.WriteLine("This is a test.")MyFile.Closewith this code u can create text file and also xl files ...
What is test object and run object in QTP?
Latest Answer: TestObject: It is nothing but the information which was learned by qtp and maintained in object repositoryrun Object:it is nothing but the object information which we are going to play backinorder to run the scripts siccessfully runobject info and testobj ...
How to use objects of repository of one action from another action?
Latest Answer: You can use objects of repository of one action in another provided the objects are in a shared reposotory only. In case they are in a local object repository u can not used it in other action. ...
What is the difference between output values and check points?
Latest Answer: Check points checks the actual and expected values at run time, where as output values test values in data tables or environmental variables. ...
How can we find the Index Location of an object?Which is identifying by Ordinal Identifier and is not available in GetROPropety by using Object Spy from an object.
Latest Answer: hiyou can find the index location of the object by using the 1) Object Spy 2) Record it and right clik go to object properties there you can find the index in the ordinal identifier if any thing wrong please let me knowram ...
How to connect database from QTP tool. How do we use various paths using QTP.
Latest Answer: Using ADODB concept can able to connect Database and can fetch the data. ...
What are the problems you faced when you are working with automation tools like Winrunner and QTP?
View page << Previous 4 5 6 7 [8] 9 10 11 12 13 Next >>

Go Top