International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
|
Volume 53 - Issue 5 |
Published: September 2012 |
Authors: Nidhika Uppal, Vinay Chopra |
![]() |
Nidhika Uppal, Vinay Chopra . Enhancement and Elimination of Roadblocks in Automation Testing Tool Selenium RC. International Journal of Computer Applications. 53, 5 (September 2012), 12-14. DOI=10.5120/8416-0892
@article{ 10.5120/8416-0892, author = { Nidhika Uppal,Vinay Chopra }, title = { Enhancement and Elimination of Roadblocks in Automation Testing Tool Selenium RC }, journal = { International Journal of Computer Applications }, year = { 2012 }, volume = { 53 }, number = { 5 }, pages = { 12-14 }, doi = { 10.5120/8416-0892 }, publisher = { Foundation of Computer Science (FCS), NY, USA } }
%0 Journal Article %D 2012 %A Nidhika Uppal %A Vinay Chopra %T Enhancement and Elimination of Roadblocks in Automation Testing Tool Selenium RC%T %J International Journal of Computer Applications %V 53 %N 5 %P 12-14 %R 10.5120/8416-0892 %I Foundation of Computer Science (FCS), NY, USA
Selenium is a suite of tools used in testing web applications. In this paper Firstly we described the selenium RC does not support model dialog and its effect when modal is opened, the accessibility to parent window is blocked and similarly window switching. Secondly how we enhance and to overcome this limitations we had created some methods. After updated in selenium server the test execution continue even after opening of the model dialog and window switching. When a popup opens another popup, it becomes necessary that each window should be identified uniquely in order for selenium to identify them correctly. It needs to move its handle across windows to perform its operation.