yujiayujia6
Results
2
comments of
yujiayujia6
No, we do manual test for this system many times, before we try to do automation testing. Thank you for replay.
I also use following code in eclipse to test all actions are passed and no javascript error in console. WebDriver driver; driver = new InternetExplorerDriver; driver.findElement(By.id("username")).sendKeys("CSOTL_3001"); driver.findElement(By.id("password ")).sendKeys("CSOTL_3001"); driver.findElement(By.id("submit ")).click();