I open login gmail page after that QTP is not able to
identify the object present in it then what u will do
Answers were Sorted based on User's Feedback
Answer / nikhil sood
hi all,
some time applications object are not created using standard
classes for that reason qtp will not able to identify the
class of an object for that we need to mannually map object
with the class for that goto tools-> object identification->
then click on user defined objects and maap object with the
class.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / srihari
systemutil.Run"iexplore.exe","http://www.gmail.com"
| Is This Answer Correct ? | 1 Yes | 2 No |
The browser should be IE.
onece you record the login page.Need to regularize the frame
logical name.Because each time execute the script the frame
id will changing dynamically.
ex: Browser().Page().Frame("c.*").WebTextBox.set "dfdfdf"
regards,
mahi.kotike@gmail.com
| Is This Answer Correct ? | 2 Yes | 4 No |
Hello everyone! I am just writing a small test for a windows application. I have a problem with a text output value. The value i am trying to catch is presented in a scrollable textbox. When the text is too long, only a portion of it gets captured. Do you have any experience with this?
What are the key points to create a framework in QTP for oracle forms?
what is a good testcase?
How to test background color and dynamic images which are moving during runtime?
Is it possible to switch between recording modes during a test creation?
How will you set a unique four digit number in an edit field in QTP?
How do you capture tooltip using QTP?
How to get the column count and column name from the resultset in the database connection program?
How Exactly we can find out the INDEX No. of any object of an application when we test that application in QTP? Explain this by giving me the example of all LINKS of G-Mail (including home page, User-account page and all possible pages you ever seen in G Mail)?????? and if your answer is that as per appearance of objects(LINKS) in application we can find out the index number in application then tell me how you find out which object(LINK) having INDEX No. 1,2,3 and so on and how you say which object(LINK) is appeared first and which is last?
Explain the new feature of UFT regarding the export of test results?
Can we create test script with out Step Generator?
Hi, I want to write the script for a webpage. But i didn't added the properties of the objects to the object repository. Without adding the object properties to the object repository, how to write the script. When i am writing the script, Let us say i typed as Browser (""). after selecting ".", if the object is added to the object repository it will display atomatically. But in my case it is not as i didn't added the object properties. How to proceed further in the above mentioned case to write the script manually. Pls let me know if you didn't understand the question.