if devloper change only button names in present build then
script will execute or not , why? Only gui changed.......
Answers were Sorted based on User's Feedback
Answer / sandesh sawant
It may or may not, depending on how that button was
initialy recognize. As question suggest only GUI is been
changed. So properties like button name, html id, html tag
will remain same. So if button was initialy uniqly
recognize using these property then it wil not giv error.
Please correct me if I am wrong.
Is This Answer Correct ? | 25 Yes | 1 No |
Hi, Hope you viewers are doing fine with good health. What are the steps and connection parameters to connect to Oracle db ? Can you connect with just the Oracle client or Oracle XE ? Cheers!!
how we can know qtp has used smart identification machanism during the execution.
what is Property......End Property loop? how to write sript for it in QTP
when will you do debug your script? and explain that process?
Hi, While recording a Jave based web application, its recording all my actions and the objects.And I have 5 WebEdit objects on the page and all are recorded. But while execution, at the 2 WebEdit object, its entering the value into the object (Its making a call to the AJAX, matching the value), when the control get out of this object the value is erased or cleared. Could anyone please help. I have recoreded 5 more scenarios where WebEdit is in the picture on different webpages and all are working fine. Here is my Script: Browser("Sign In").Page("Matching Workbench_3").WebEdit ("locationLookup").Set "0320 - SEATTLE-KM" Browser("Sign In").Page("Matching Workbench_3").WebEdit ("supplierNameLookup").Set "TRAMMO PETROLEUM INC" *** SupplierNameLookup is the object, which is haing an issue. And also I was using the SendString function, but it didnt work.
How to handle the exceptions using recovery scenario manager in QTP?
Can you expect major bugs in Net banking Application?
How is GC reddy online program Will i get placed How are the placements.
How can we use regular expressions for a table in web page, each cell in table having unique identification, Now I want to count number of rows in table and enter data in all cells of the table?
i need qtp tutorial. pls send it to sridhar.k151@g mail.com
Give some brief idea about a) Active x check b) Alt property check c) Applet object check d) Frame object check e) Multimedia links check f) Server side image check g) Table object check
whenever a scenario is recorded ever, it creates a object repository automatically (‘per action’ /local ). we do not need to make them individually…then why we need a shared object repository. How it will be practically utilized ?? your input will be highly appreciated..