What is Port testing. Whhen will you perform?
No Answer is Posted For this Question
Be the First to Post Answer
Why you are Using Descriptive programming instead of Object Repository?
what is action in QTP?
Do we have to Enable Smart Identification while running Or will it automatically be enabled ?
how to test background color and dynamic images during runtime
In Developer view it is a high priority defect & in tester view it is a low severity defect what is that how to define with an example
how to record a word doc using qtp i.e open a word doc,type something and save the doc can someone send me the code.
During test run,How will you copy/paste from/to clipboard?
tell me about framework types and most used framework in real time. types of output value in details. diff between wr and qtp in detail.
What is the use of "New Property" in "Add properties" of testobject properties in object repository. How can i use "New properties" while writing scripts if i have assign some values to the testobject properties Can anyone help me? plz
What are the drawbacks of QTP?
How will you load few objects in Active Screen?
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?