How QTP recognize the object??how to add objcts into object
repository??
Answers were Sorted based on User's Feedback
Answer / murali d
In QTp we have seperate mechanism called as the object
identification for identifying the objects.This object
identification have 4 properties .
1.mandatory
2.asistive
3.base filter
4.optional filter
Based on the properties we will identify the objects.
In object repository we have a seperate button add(+) by
using this we can add the objects.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / mohammed
In QTp we have seperate mechanism called as the object
identification for identifying the objects.This object
identification have 4 properties .
1.mandatory
2.asistive
3.base filter
4.optional filter
Based on the properties we will identify the objects.
If we have to add object to OR then we have option in OR
Add objecct to local
Navigation is:
Resource menu
select Object Repositary
go to Object
select Add object to the local
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / krishdeepqtp
Using Object Properties QTP will recognize objects. We can
use either "Object Repository manager"(Shared Repository) or
"Object Repository"(Per Action Repository) to add the obejcts
| Is This Answer Correct ? | 1 Yes | 1 No |
How can I check if a environment variable exist or not?
I Scheduled a QTP Script on remote desktop. Script is going to failure,when remote desktop connection fails.I have to open my remote desktop untile the scripts exection completes. If I disconnect my remote desktop connection, script is going to fail.?
How will you enchance the script?
What is keyword view and Expert view in QTP?
In this bellow script QTP is not able to getting no. of Links from my Browser. Set desc=description.create desc("micclass").value="Link" Set obj=Browser("creationtime:=0").page("title:=.*").childobjects(desc) msgbox obj.count I am getting "General Run Error".Why QTP is not supporting my Browser,but its running fine in other system.Please help me to overcome this problem.
We have a text file which contains 1 to 100 numeric values sequentially like 1 2 . . 100 Now we have to count them and transfer to XML file by writing a code in qtp.
What is the difference between QTP 8.2 and QTP 9.2 ?
Hi Friends... What you are doing in Regression Testing and how many test cases you ran in regression testing... suppose there is 1000 test cases is there how many test cases again you run .. 1000 test caes r how many... thanx in advance..
what are the areas that cannot be tested using an automated tool? list a few
why should we give deliver good quality software?
in one page we have 100 links i have to click the 99th link how can i click the 99th link.
4 Answers GK Technologies, IBM,
What is an expert view and keyword view?