Answer Posted / akshay kumar
"Execution Grid". It is place from where we Run all Manual / Automated Scripts
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is object and child object.. explain ..if possible give some example for better understanding ..
In an interview, what r the general questions asked in QTP? pls give me anwser to this question?
Explain different recording modes?
How many types of recording facility are available in quicktest professional?
banking project description for software tester
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); }
describe some problems that u had with automating testing tool?
what is the mail use of frame work(with detail). architecture for keyword driven frame work
Explain the benefits of quick test pro(qtp)?
how could i download qtp in which i get add-in support for 'oracle' is there any way to get it? i finding but not getting pls help me out :)
Want to verify notepad reports using QTP framework or any other BV script method. Can anyone share the method to achieve it? Eg. Person Name is the header and the actual name is John then how can we verify weather person name is John
how to idetfy which test cases are automated?who will deside that plz tell me
How is a Step generator used in UFT?
How to remove associated function library?
How to recognise the webelement and verifying that webelement is enabled?