What is the significance of regular expression in QTP?
Latest Answer: Using RE we can make the QTP to recognize same object with its varying name.For example, a window having title as "Employee NO. 7"If I want to pass data to multiple Employee No. Windows, So I have to use RE as "Employee No..*" in Object Repository.. ...
What are the limitations of QTP encountered while Automating Share Point application?
Latest Answer: Few limitations of QTP:1.Not advisable for unstable systems.2.Does not support Ad-hoc testing.3.Does not support validation testing.4.Cannot be used to compare pdf and word files. ...
Image Validation is not supported by which automation toola) QTPb) Winrunnerc) Both of the above
Latest Answer: QTP Supports Image validation.But image checkpoint checks only for image properties ( image file name, image size..etc.).We can use bitmape check poit to compare the image pixel by pixel. ...
What is Hybrid Framework and how it is useful? How will you implement hybrid framework in a project?
Latest Answer: Test automation framework is a set of assumptions, concepts and practices that provide support for automating your scripts the Hybrid Test Automation Framework incorporates features of Script modularity, Functional Decomposition and Data Driven framework. ...
How do we decide as to which recording mode from Context Recording (Normal), Analog Recording or Low Level Recording do we select for an application? What is uniqueness in each recording mode?
Latest Answer: Normal Recording mode is the normal default recording mode.Analog recording mode is typically used for recording drag and drop feature.Low Level Recording is used identifying an object with the coordinates of a object ...
Do we need to know VBscript to start working on QTP? what are the steps need to be followed to become an expert in QTP? Please guide me...
Latest Answer: In QTP, If you know about the concepts of QTP like Actions & seting, Prametaraization using (DataTable(global & Local), Environment & random value), chekpoints, output values, syncronization pts., To handle dynamic objects using Smart Identification ...
When do you use analog recording to record a test?
Latest Answer: IT is typically used for drag and drop feature ...
How to copy a datatable content from globalsheet to localsheet (action1)?
Latest Answer: If the User wants to Copy all the Data from all the Rows to a Column in a Separate Sheet. Then the following code will be helpful.A= DataTable.GetRowCountDataTable.GetSheet(dtLocalSheet).AddParameter "CopiedData",""For i=1 to A DataTable.SetCurrentRow(i) b=DataTable.Value("Values") DataTable.Value("CopiedData",dtLocalSheet)=bNext ...
Hi,Can somebody help me to know whether the QTP supports to automate OpenLink Endur Application?ThanksManju
Latest Answer: OpenLink is in the final stages of testing a plugin to Mercury QTP that will support idenfication of widgets through the Endur GUI. This solution is planned for General Availability within the next few months. ...
For what purpose step generator is used?
Latest Answer: The Step Generator enables you to add steps quickly and easily, by selecting from a range of context -sensitive options amd entering the required values. In the Step Generator dialog box you can define that use* Test Object and Properties* Utility Object ...
View page [1] 2 3 4 5 6 7 8 9 10 Next >>

Go Top