Mainframe Automation

KaliRaj1982

Member
Hi All,

I need to automate .r2w application. I could not pass the Enter key using Sned keys. Please help me on this.

What are things we have to consider for automating mainframe applications. Like,

1. Best Practices
2. Exception Handling
3. Wait Stage implementation
4.Testing

Thanks,
Kali Raj P
 
Last edited:

Deva393

Member
for sending ENTER key
1.In navigate stage select element where you want to click enter verify it
2. click on add in same navigate stage add and drag & drop the Root element in application modeller and select global send key events in text field write "{ENTER}"
 
Top