Please Clarify if smartidentfication is used at runtime
when qtp does not recogonize the objects
Answers were Sorted based on User's Feedback
Answer / uma
YES it is correct,
QTP have set of pre defined properties that learns for an
object. If mandatory properties can't identyfy the obj. it
can add some asistive properties to identify the obj. If
both are not able to identify then next will go for the
Smar Identification.
| Is This Answer Correct ? | 1 Yes | 0 No |
what is the automation framework that ur company using(actual procedure,not theoritically explination)
Did the scripts need lot of maintenance? If yes, why?
What is the significance of “action 0” in qtp?
Explain QTP using different development techniques ?
Hi Can u plz suggest who is the Best Faculty for Advanced QTP Scripting in Hyderabad ,plz suggest me..... or send me a replay to satheesh.goli@gmail.com, r make me a call 9866335752
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); }
After i ran the Test in Batch mode i didn't get any results. Can any one let me know how it can be done?
why we use check points , In qtp we use the any check points , what r they , when and why
how will you load the test cases in ddt?
Gmail application is there.On that Inbox so many mails are there including naukari mails. On that mails i can select the only naukri mail checkboxes. plz tell the descriptive code for the above..
Explain how you can find length of array in qtp?
How do function returns a value?How can we pass one function value to other function as input