we have 10 automation scripts. how to call them from one
main script.
Answers were Sorted based on User's Feedback
Answer / raju
1st of all that 10 automation scripts saved into the
different different actions after that that actions make as
a re-usable actions. next call the call existing actions.
i think according to my knowledge this is working properly.
if u have any quarry please call me i will explain breafly.
raju
9823257761
| Is This Answer Correct ? | 2 Yes | 1 No |
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field will reflects and so on.if total psngrs=100 then will we capture all the fields for the psngrs to Automate the app how we can handle this scenerio thru Descriptive programming?
How to check feasibility of the appliction?in automation testing?
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); }
What kind of errors can b handled in QTP in real time scenario?
anyone can explian about types of "Triggere Events" in QTP
In the website, the protocol has been changed http: to https what you will do? Tell me your approach?
What are the most frequent errors you faced while executing your scripts?
Which functionalities of QTP used in banking project? pls any say answer?
I want to know how to execute the descriptive programming in qtp for the webedit object which does not contain attached text property. but i have checked it with name and html id property. Even though it is not executing. it is giving error in object's physical description.
How to do Laod testing for web based Application?
What is the limitations of BVA?
If u r using descriptive programming to identify the object where do u write the script for those objects? do u write it in the expertview? plz do answer its urgent thanks advance.