Who is the best faculty for QTP in Hyderabad? Is it Mr.
G.C.Reddy, some are referring his name?
Answer Posted / gupta
G C Reddy is the one and only faculty for qtp, who teaches
in advanced orientation.
Most of the faculties teach QTP Basic only, but Mr. G C
reddy teaches in VB Script orientation.
| Is This Answer Correct ? | 53 Yes | 12 No |
Post New Answer View All Answers
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); }
i have doubt suppose iam purly working in manual, when i will get work to do on sql and performence testing? pls any one clarify doubt?
Dear sir, i want to perform a QTP automated testing for mechancial engineering software like msc adams, msc nastran this softwares will help for mechanical engineering design analysis>> i know oad runner win runner, test director, QTp>> but i dont know how to use for automation
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
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
Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.
What is ObjectParamater?
Which features or drawbacks of QTP lead to the upgrade for a newer version?
Hi, I am using 2 excel sheet.First excel sheet works fine with the script, if it opens the 2nd excel sheet,it works fine,but after finish all the rows it is giving the following error in the following line. InValid Procedure call or argument Line (178): "Browser("name:="&result,"application version:=internet explorer 7").Page ("title:=bgt.*", "index:=0").WebList ("name:=SearchType","html id:=Select1","location:=0").Select SearchType1". I have seen a web article says that,If we use any vbscript friendly name it may gives the above error-Invalid procedure call or argument not sure,Am I using any VBScript frienlyName? in the above line? [but the same line is perfecly working for first Excel ] It is little urgent. Any Help Thanks you
hi all can anyone explain how to write the code for finding the mandatory columns in table which are having (red*) (red Astrik)
If object is not recognized by qtp but the object is standard object what is your approach?
Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.
Discuss the QTP Environment?
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?
How you can find length of array in qtp?