How would you parameterize the text field "Country" and the
same "country" when it appears as combo field
on other page with text field city and same with City combo
field?
Answer Posted / puneet
I think the question says that , there are 2 diff combo
boxes with the same name , Now how to parametrize them ?
as far as parametrization is concerned it can be done
easily once the objects are diffrentiated .For the objects
to be diff. recognized by QTP. You can add properties to
the objects eg. index,size,hieght,width etc to difff. And
then apply any parametrization u like.
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
Explain the new feature of UFT regarding the export of test results?
what is ODC and GDC?
Hi could some one explan what is the use of the function Defination generator, And how to use the function defination generator.. Explan with the example..
Can we call qtp test from another test using scripting. Suppose there are 4 tests and I want to call these tests in a main script. Is this possible in qtp?
Is qtp supports uni-code?
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
Is the qtp course will help to create a virtual object?
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.
How you will rate urself in QTP in the range of 0 to 5
What are the different properties of an web object
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
I AM TRYING PORT CODE FROM WINRUNNER TO QTP AND DON'T KNOW TO HOW TO CHECK THE ERRORS. IN WINRUNNER FUNCTION RETURNS EIGHER 0 OR -1 AGAINST WHICH RESULT CAN BE MADE PASS OR FAIL BUT IN QTP I DON'T SEE FUNCTIONS RETURNING ANY VALUE. APPRECIATE IF ANYONE COULD HELP ME CONVERTING FOLLWOING WINRUNNER CODE TO QTP. set_window("Customer Service"); rc = web_obj_get_text("Summary","#2","#4",ssn,""," ",1); if (rc != E_OK) { report_msg("[GetSubscriberSummary] Could Not get subscriber SSN; rc = "&rc); myRC = rc; } else { ssn = StripBlank(ssn); if (DEBUG) report_msg ("[GetSubscriberSummary] SSN: "&ssn); }
HOW AUTOMATE TEST SCRIPT ? what time it will do? after gneration of basic script or Any , Plz explain detailed?
what is the difference between rational rose and QTP? WHICH TOOL IS BETTER TO LEARN? PLEASE SEND ME AT sana_50218@yahoo.com sandeep@epuratech.com
write the vb script for call to new action in qtp?