In automation testing, while doing descriptive programing;
how will u get the properties of the objects in what
format, what type of a document, and by whom? Pls explain
in detail. Thanks a lot
Answers were Sorted based on User's Feedback
Answer / saroj
We usually write descriptive programming while we have to
work on a object which appears run time( unable to add to
the repository). ex: I have to add some links to a page run
time and need to click on them. Here we have to write
descriptive programing to work on the links. As I know the
following properties ( Class: Link, Name:<linkname> ).
Using this combination write descriptive programming.
Set midesc=Description.Create()
midesc("micclass").value="link"
midesc("text").value="<name>"
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sandeepguttikonda
Actually I guess your question is How we will go with the
automation testing without application?
If this is your question here goes the answer.
In Quick Test Professional we are having a concept call
Descriptive Programming.
Generally we will go to descriptive programming when
1) object are unidentified
2) when there is no applicatoin to develop the code
Here our case is 2:
So if we are having object properties and its values we can
start coding in QTP. As developers, who develops the
application.
So in this scenario we will be given the same document that
is given to the developers (BRD or SRS) which will be
having all the details regarding the object properties and
its values too.
And it will be provided by the client itself and prepared
by the Business Analysts or domain experts.
Sorry If I understand the question in wrong way.
Please let me know if you need more info.
Thanks.
Regards,
Sandeep Guttikonda.
| Is This Answer Correct ? | 1 Yes | 1 No |
I have written some scripts in QTP by using older version, but I want to run them in latest version. Is there any process to do that.If so can anyone explain me?
w is configaration management
i have an array CAPGEMINI .....Here i need to check whether G is there or not ..how to do that and friends i have one big doubt that is whether it is array or string ,how we come to know that and where we consider that it's array ,where we consider that it's an string because when i want to find the length i have big doubt whether we need to use len function or ubound ... ans me for this TWO Questions any one please
your coming from electrical backgroung..but y ur coming to software side?
can any one please tell me QTP 9.2 supports which version of IE and Mozilla firefox.
HOW CAN WE GET THE VALUE OF TEXT BOX IN QTP? can you give me sample script for this where there is some condition. like if "text" THEN msgbox() else endif
What are the main features we have to compulsory test by using qtp in an web based application
Hi Friends, Can anyone help me out in this one? In QTP, I am using Data Driver and want to parameterise multiple values (say 3 values ) for a field. How can I do it using Data Driver wizard? Plz mention it step-by-step. In the end after doing the needful, on opening the Data Driver window, how can I get number (i.e. 3) in the Parameterised column for that particualr value? Thanks a lot in advance.
Pls explain me the difference between ........ Description.Create and CreateObject
What is data driver in qtp? Where we use it?
what is object repository size?
What exactly is the difference among all the three recording modes.