how many types of actions r there? what r they? explain? pls
give any one answer?
Answer Posted / manjunath.dasari
Their 3 types:1)Non-Reusable,2)re-usable,3)External Action
NonRe-usable: an action that canused only in the in test in
which it was created& used once only.
Re-usabled: An action that can called multiple time by the
test in which it was created.
- if we need any modification we can doin the action
External : An Re-usable action that can called from the
other test in which it was created.
- we can not do modification
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
i can done the project with QTP in that time i can say how many members in my team size?
How to test results for qtp ?
What do you mean by iteration?
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); }
hi to all, i need a code.. in flight application 1.i need to login first then i need to insert 3 new orders... 2.i have to log out 3.i have to login again with different user 4.need to insert 2 new orders 5.then need to log out 6.then again login with different user 7.3 new orders create and log out 8.but we hv to do this using data table and actions please help me
How to create runtime property for an object?
Explain advantages and disadvantages kdf?
I want to grow as a Automation Engineer,Kindly help me in clearing my interview that what interviewer looks for as a Automation Engineer. I am having three years of experience in testing.
How will internal and external links be validated and updated? how often?
how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page
How will you check a web application for broken links using qtp?
Can we write winrunner language i.e TSL in QTP tool?
What is the quicktest professional testing process?
What are the recording modes in wave event?
What is the differences between image check point and bit map check point?