what is meant by Utility object and utility functions?can u all pls explain these clearly.
Answer Posted / samudra k
In QTP Utility Objects are Predefine(/created by the system) objects that we may use without creating any object for a particular class
ex:1) system.util.run
2)Reporter.ReportEvent etc
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can any one say what exact diff between test->parameters, action properties-> parameters. after defining the parameters in test->settings, how can we access those parameters.(i know how to use action prop parameters)
Hi, I am using 2 excel sheet.First excel sheet works fine with the script, if it opens the 2nd excel sheet,it works fine,but after finish all the rows it is giving the following error in the following line. InValid Procedure call or argument Line (178): "Browser("name:="&result,"application version:=internet explorer 7").Page ("title:=bgt.*", "index:=0").WebList ("name:=SearchType","html id:=Select1","location:=0").Select SearchType1". I have seen a web article says that,If we use any vbscript friendly name it may gives the above error-Invalid procedure call or argument not sure,Am I using any VBScript frienlyName? in the above line? [but the same line is perfecly working for first Excel ] It is little urgent. Any Help Thanks you
How do you send email with attachment from outlook using qtp ?
If the weblist is identified as webelement,and by clicking on webelement if the values are displayed,and if the values the values also identified as webelement.then how to fetch the values through script?
Is it possible to merge two object repository files in qtp?
Can anyone tell me how i used QTP 9.2 use for GIS based S/w with an example?
How to sendKeys in QTP? Diff b/w sendkeys and device replay? Diff b/w function and Sub? Diff b/w Array and List Different Types of running Keys other than Fast, slow,Normal mode Regular expression for http://newtours.demoaut.com Difference between \w and \W How to generate script button Recording Types Different Types of Actions? Using DP performance degrades, If Yes why? How to close all the opened browsers? Diff b/w SystemUtil.Run and invoke application? If qtp not recognized the combo box How to select values from drop down?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
How many types of recording facility are available in quicktest professional?
how will you load the test cases in ddt?
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.
Analyzing the checpoint results?
What are the different types of functions available in qtp and explain ?
What is the standard timing delay for web based application in qtp?
Hi, my requirement is to make a query in SQL using QTP. And i have to get the results of that query and i have to use those results for future testing. I created a driver but i dont know the code for using this Driver. please help me by providing the solution for y requorement