Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, windows and java based applications. Get your 30 day free trial.

Discuss your Sahi Pro usage patterns, best practices, problems and solutions. Help others solve their problems and seek help from the community when needed. If you need specific support on your application, please email support @ sahipro.com

_submit(_button("Learn More")); not showing in the executed script even though it is present.

dashboarddashboard Members
edited October 2013 in Sahi - Open Source
_assertExists(_link("SQL Server"));
_mouseOver(_link("SQL Server"));
_click(_link("SQL Server"));
_click(_link("SQL Diagnostic Manager"));

_assertExists(_link("Products"));
_mouseOver(_link("SQL Server"));
_assertExists(_link("SQL Server"));
_click(_link("SQL Server"));
_mouseOver(_link("SQL Server"));
_assertEqual(_button("Learn More"));

_submit(_button("Learn More"));

_assertExists(_link("SQL Server"));

When I run the above script _submit(_button("Learn More")); is not shown in the script execution.
Following is the output in the controller.

_assertExists(_link("SQL Server"));
_mouseOver(_link("SQL Server"));
_click(_link("SQL Server"));
_click(_link("SQL Diagnostic Manager"));

_assertExists(_link("Products"));
_mouseOver(_link("SQL Server"));
_assertExists(_link("SQL Server"));
_click(_link("SQL Server"));
_mouseOver(_link("SQL Server"));
_assertEqual(_button("Learn More"));

_assertExists(_link("SQL Server"));


Not able to see _submit(_button("Learn More")); in the executed script.

Website I am using is www.idera.com

Regards
Uday







Answers

Sign In or Register to comment.