08-23-2011, 01:09 AM
(This post was last modified: 08-23-2011, 01:15 AM by souvikghosh_diatm.)
hii all....
Today i'm asking help for a very typical problem..
I have one smart GWT 2.4 application which i'm automating presently..till now i was working on QTP 11.00 demo version and was using IE 7.....Today i have been introduced with a new addin for Mozilla FF 3.6..widout this addin qtp does not spport Mozilla...every button of this application was identified by QTP as an WebElement...and i was using the following code to click on that button or webelement object--
Browser("B").Page("P").WebElement("WE").Click
And this code was working successfully in IE..bt the prblem is that this code is not working in Mozilla..Its not giving any run time error..its also taking the focus on that particular object bt the exact thing is not happening...jst the color of the button is getting changed as click event has been performed on that...
Suppose if i write d same code for login button, its clicking on login button, and the color of d login button is getting changed as it seems click operation has been performed on that button bt d login is not happening...
I hv tried with fire event, dynamic DP, using OR, but each n every time i was getting the same result as i mentioned above...
Refer d screen shot to get what exactly happening...
I even was not able to understand n diagnose the exact problem....Can any one tell me what is d problem and what wuld be d possible suggestion dat i can try with????
Any help or suggestion will be highly appreciated....
-------------
Thanx.
Today i'm asking help for a very typical problem..
I have one smart GWT 2.4 application which i'm automating presently..till now i was working on QTP 11.00 demo version and was using IE 7.....Today i have been introduced with a new addin for Mozilla FF 3.6..widout this addin qtp does not spport Mozilla...every button of this application was identified by QTP as an WebElement...and i was using the following code to click on that button or webelement object--
Browser("B").Page("P").WebElement("WE").Click
And this code was working successfully in IE..bt the prblem is that this code is not working in Mozilla..Its not giving any run time error..its also taking the focus on that particular object bt the exact thing is not happening...jst the color of the button is getting changed as click event has been performed on that...
Suppose if i write d same code for login button, its clicking on login button, and the color of d login button is getting changed as it seems click operation has been performed on that button bt d login is not happening...
I hv tried with fire event, dynamic DP, using OR, but each n every time i was getting the same result as i mentioned above...
Refer d screen shot to get what exactly happening...
I even was not able to understand n diagnose the exact problem....Can any one tell me what is d problem and what wuld be d possible suggestion dat i can try with????
Any help or suggestion will be highly appreciated....
-------------
Thanx.