Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Replace your code with this:</p> <pre><code> import com.thoughtworks.selenium.*; public class pass extends SeleneseTestCase { public void setUp() throws Exception { setUp("https://secure02.monilink.co.uk/", "*chrome"); } public testPass() throws Exception { /******** Below I am using my test environment URL **************/ selenium.open("http:www.xxxxxxxxxxxxxx.com") selenium.type("username", "RSRK1"); selenium.type("password", ""); selenium.click("_Continue1_button"); selenium.waitForPageToLoad("30000"); selenium.type("username", "S10"); selenium.type("password", "56454"); selenium.click("_Continue1_button"); selenium.waitForPageToLoad("30000"); selenium.click("link=Payments"); selenium.waitForPageToLoad("30000"); selenium.click("link=Pay Credit Card"); selenium.waitForPageToLoad("30000"); selenium.click("link=Select Card"); selenium.waitForPageToLoad("30000"); selenium.click("link=exact:DEF Credit Card ************2016 Due Date: 19/09/10"); selenium.waitForPageToLoad("30000"); selenium.click("link=Select Account"); selenium.waitForPageToLoad("30000"); selenium.click("link=Current Account Created for Testing Purpose 11111111114 Balance: INR 6000.00"); selenium.waitForPageToLoad("30000"); selenium.type("amount", "20.00"); selenium.type("transferDate", "190211"); selenium.click("_Continue1_button"); selenium.waitForPageToLoad("30000"); selenium.click("link=Confirm"); selenium.waitForPageToLoad("30000"); selenium.click("link=Main menu"); selenium.waitForPageToLoad("30000"); selenium.click("link=Payments"); selenium.waitForPageToLoad("30000"); selenium.click("link=View and Pay Bills"); selenium.waitForPageToLoad("30000"); selenium.click("_Select+bill1_button"); selenium.waitForPageToLoad("30000"); selenium.click("link=B.S.N.L, PUNJAB INR 135.00 due by 27/09/10"); selenium.waitForPageToLoad("30000"); selenium.click("_Select+account+or+card2_button"); selenium.waitForPageToLoad("30000"); selenium.click("link=Testing Account 11111111120 Balance: INR 1358.32"); selenium.waitForPageToLoad("30000"); selenium.type("paymentDateString", "190211"); selenium.click("_Continue3_button"); selenium.waitForPageToLoad("30000"); selenium.click("link=Edit"); selenium.waitForPageToLoad("30000"); selenium.type("paymentDateString", "200211"); selenium.click("_Continue3_button"); selenium.waitForPageToLoad("30000"); selenium.click("link=Confirm"); selenium.waitForPageToLoad("30000"); selenium.click("link=Main menu"); selenium.waitForPageToLoad("30000"); selenium.click("link=Logout"); selenium.waitForPageToLoad("30000"); selenium.click("link=Yes"); selenium.waitForPageToLoad("30000"); } } </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload