Oracle Application Testing Suite acquired from emprix by Oracle marks its name into Testing Tools arena.
It provides TQM for various B2B applications that oracle ships to its customers and supports Functional and Load testing capability.
Friday, April 22, 2011
Open Script :Tip of the day : wait for 5 seconds
' Navigate to a page
web.window("/web:window[@index='0']").navigate("http://www.google.com");
' Wait for 5 seconds - 5000 milliseconds
delay(5000);
No comments:
Post a Comment