Hi Friends,
Iam Beginner in QTP and i want to Try the software QTP.
I checked the mercury site for QTP Trial version and i
found QTP 9.0. The thing is that it supports windows
2000,Xp but not windows 98.And Iam using Windows 98 onlu
and it's not possible for me to upgrade to windows 2000.
Pls. guide me how to get the trial version of QTP which
supports windows 98 Operating System The version may be 6.5
is ok for me.Thanks in Advance
Answer Posted / kiranmayee
windows 98 operating system supports qtp 8.2.There is trial
version of qtp 8.2 also.u better try this.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to get the particular property value?
What are the features of quick test pro(qtp)?
How do client side image and server side image work?
What is the architecture of your project? Can any one answer for this question plz........
How will internal and external links be validated and updated? how often?
If object is not recognized by qtp but the object is standard object what is your approach?
why should we give deliver good quality software?
How to test login module with different username and password by using data driven testing in QTP?
I am getting an error "failed to open the XML checkpoint result viewer" in result window,after clicking on "View XML checkpoint results".Someone suggest me settings,if any...
How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?
Can we use index on view?
What does mean by Scope of Automation?n How we defined it?
How many add-ins comes by default with quicktest professional (qtp)?
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); }
Name the different types of recording modes?