dears, I have one question for QTP.If my software is
english and defined objects is english name. But, if my
software has support MUI, under this case that my objects
in the QTP can't work, because the QTP can't catch the
objects name. In this case, is anybody know how to solve
this problem? Thanks a lot.
Answer Posted / kotike
Go for descriptive programming.Take the unique property of
that object other than name property.then instruct qtp to
perform operation on that object .I think it will work.
Regards,
mahi.kotike@gmail.com
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what type of run time errors you get while you ar edoing rpg program?
Hi Friendss..., can any body help me.. 1. Tell me your achievements(Technically)..? 2. Tell me your strengths(Technically) and weakness(Technical)..? 3. Why are you looking for change..?
Which scripting language used by quicktest professional?
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); }
Explain the concept of object repository and how QTP recognizes objects?
How can i use virtual objects? If have i created one new virtual object in a virtual object manager by following instructions.
i want information about API testing and i want info like how process can be done in company? i want added info like coding ,debugging, desing in c.v ? what should add in c.v for eg banking domin? pls any answer my question?
what is Property......End Property loop? how to write sript for it in QTP
How is recording done when a application is over lapping the QTP application it gives a message object not recorded
Can we Test Welcome Screens and Process Images with QTP
How to handle Java tree in QTP?
How many types of trigger events are there in qtp?
How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?
How do Parameterization and Data-Driving relate to each other in QTP?
How to use setroproperty?