Answer Posted / jay prakash
There is nothing called as "Output Check point" in QTP.
There are 7 Checkpoints till QTP 9.2:
Standard, Text, Text Area, Bitmap, Accesbility, XML and
Database.
request you to please clarify your question.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
if numbers are always changing write a script for that
How can i use virtual objects? If have i created one new virtual object in a virtual object manager by following instructions.
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?
What is expert view in qtp?
Write the code for,In the page screen we have total 10 Links,out of these I have to click 9th link
what testplan contents and what test strategy contents,what is the diff b/w them
Difference between action & Reusable action?
In Remote acess server how u run a test?
Where should i find checkpoint and virtual objects's Object properties and values in the QTP 9.2 Means where checkpoints or virtual objects related data will store If i want to get the runtime object properties how can i use Getroproperties on Checkpoints
How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?
i have two questions for regular expression :- Q1. I have date pattern eg-29/11/2011 29-11-2011 29.11.2011 Que- if any separator is there between date,month and year pattern should match else it should not match eg- pattern should not match in case of 2911-2011 Q2. let say i have a string and there is a number in between of that string eg.-Amount 30002.234 successfully credited to your account . now i have to match this pattern in such a way that even if decimal is not there pattern should match ,how i will do this using regular expression
What is the parameterization?
Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.
How the exception handling can be done using quicktest professional (qtp)?
How do client side image and server side image work?