How to get the output value in QTP
Latest Answer: Hi,An output value is a step in which one or more values are captured at a specific point in your test and stored for the duration of the run session. The values can later be used as input at a different point in the run session. It is stored ...
What is the difference between web objects and web elements in QTP?
Latest Answer: Web Object Qtp capture the web object while record the we based application, WebElement object to your script manually, you can provide a unique description for the object using the following programmatic description syntax: WebElement ("object_identifier1 ...
Why do we go for Descriptive when we have option to test the application in record mode? If your answer is "because of dynamic nature" then pls justify it.
Latest Answer: Well, if you know descriptive programming then you can automate almost every manual concepts. Dynamic in nature means - that any thing can be a dynamic for an example requirements, design, plan...etc. So when things go on changing we can not predict release ...
How to update User Defined Fields in QC using QTP scripts?
Latest Answer: Set QCObj = QCUtil.CurrentTestSet QCObj.Fields("CY_USER_01") = "New Name"Set QCObj = NothingRegards,Nawab ...
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. ...
View page << Previous 5 6 7 8 [9] 10 11 12 13 14 Next >>

Go Top