What is the Difference Between Quick Test Pro and Quick
test professional?
Answer Posted / svit00ef27
there is no difference
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How to remove the associated function library?
What is Cross browser testing? Does UFT support it?
Tell me one scenario, the complex functionality you have automated in your project?
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 do you synchronization point through DP?
Describe the differences between functions and actions in UFT?
what is defenetion of kiran can u tell me plz CVS, SVN
What are the major/ important methods, functions in QTP we use realtime testing
What are the challenges u faced in testing with crm domain? How u overcome with?
what is vmodel?advantages and disadvantages of vmodel?
in qtp 3 sheets is there in data table like global, action1, action2. I want to check the rows and columns in action2. how can check using script?
How does qtp recognize objects in aut?
Can any one tell me about "Mapping Repository Parameter Values" and why we use it....??How to use it???Please, tell the preconditions also...........???? Thanks in Advance
Where you get the run time data table?
In the website, the protocol has been changed http: to https what you will do? Tell me your approach?