Posts: 23
Threads: 1
Joined: May 2011
Reputation:
0
06-25-2011, 10:49 AM
What kind of error you're getting...are you getting object not found ? well if that's the case then you should put in more values in your description for QTP to uniquely identify the object
Posts: 53
Threads: 7
Joined: May 2011
Reputation:
0
06-27-2011, 03:25 PM
Your question is not clear...say smthing abt d error wat u r getting.
Posts: 46
Threads: 15
Joined: May 2011
Reputation:
0
06-29-2011, 05:44 PM
(This post was last modified: 06-29-2011, 05:54 PM by Unleash Rajesh.)
Hi..
Have to keep my cursor in login tetxbox and hv to enter the details using descriptive programming..
The code mentioned in the previous post doesn't works...Is throws an error of "Object not found in Object Repository"
Hi,
Have to click the login field and enter the text using descriptive programming..
Used the codes mentioned in the previous post..It throws the error stating
"Cannot find the "[ WebEdit ]" object's parent "[ Page ]" (class Page). Verify that parent properties match an object currently displayed in your application."
Posts: 53
Threads: 7
Joined: May 2011
Reputation:
0
07-02-2011, 01:22 PM
well i can give u a shortcut way....i do not know what type of application u r automating...means that application made of which language...sometimes it happent QTP need addint to identify all objects of some particular languages..example as GWT or smart GWT....so r your application made by a stable language which is purely identyfy by QTP????make it sure first...
watever..the shortcut is as follows....
1. open a new test in QTP
2. make sure Object Repository is absolutely clear..
3. manually enter User Id and Password..
4. turn the record on in QTP..
5. now just record the Login Button press..and Stop Record.
6.Go to object repository and find what exact properties and values has been identify by QTP to recognize that button...
7. It may be 1/2/3 watever the properties are...Just use them in your DP..and try...It will work fine....
Try It.........
Posts: 46
Threads: 15
Joined: May 2011
Reputation:
0
07-09-2011, 09:42 AM
Hi,
Thanks..But the code is not working..suggest me some more ideas...