cancel
Showing results for 
Search instead for 
Did you mean: 

Automatic testing of WD screen

Former Member
0 Kudos

Hi Experts,

I have created WD screen. I have to test the screen for about 200 cases. Can you please let me know how to test the screen automatically.

I have to frequently test the screen for all 200 cases. So the process is very time consuming and repeating in nature.

I am looking for some tool preferably created by SAP. Can we use WD Application --> Record feature (Right click WD application --> select "Record")

Regards

Gary

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

I use selenium for webapp testing.

http://seleniumhq.org/

You can Record / Play scripts, you will only spend some time to learn how to wait for ajax calls to be completed. Go thru the docs, you shouldn't have any problem if you know Java / Unit Testing.

Hope it helps,

Daniel

Former Member
0 Kudos

Hi,

The issue still persists.

Regards,

Gary

Former Member
0 Kudos

As already said, you could use Selenium to record or write tests. If you need a more Dynpro-centered introduction, check this article: [Web Dynpro UI test with Selenium|http://www.addon-software.de/2008/03/web-dynpro-ui-test-with-selenium/].