test
Java
code posted
created at 30 Apr 01:47
Edit
|
Back
1 2 3 4 5 6 7 8 9 10 11 12 13 |
ProcessTestObject proc = startBrowser("https:///"); sleep(5); // give time for RFT started IE to load JVM login(); root = RootTestObject.getRootTestObject(); browsers = root.find(atChild(".class","Html.HtmlBrowser")); setSessionFrontOffice("QD010253"); setSessionDeviceSimulation(); clickLink("Vehicle registration hub"); typeInput("ef_cust_hdr_ref_num", plateNumber, false); clickButton("Display"); |
417 Bytes in 2 ms with coderay