Do you know what is the difference between "type" and "typeandwait" command?
Answer / Ravi Tewari
The `type` method in WebDriver only types the specified text into an input field, but it does not wait for the text to be displayed. The `typeAndWait` method, on the other hand, types the specified text and also waits for the text to be displayed before continuing with the next action.nnHere's an example of using the 'type' method:n```javandriver.findElement(By.id("someId")).sendKeys("Hello World");n```nAnd here's an example of using the 'typeAndWait' method:n```javandriver.findElement(By.id("someId")).sendKeys("Hello World", Keys.RETURN).then(ExpectedConditions.visibilityOf(driver.findElement(By.id("someId"))));n```
| Is This Answer Correct ? | 0 Yes | 0 No |
Do you know what is selenese?
What automating testing tools are you familiar with?
can any one please tell me QTP 9.2 supports which version of IE and Mozilla firefox.
Suppose we r running a test which have 7 to 8 steps for different functionallity of and object..and suppose upto 4 step test passes but after 5th step test fails. what u will do in this condition will u start the test again or will u consider that rest steps will be working fine.
Which is the best testing institute for Selenium training in Hyderabad.
what are the questions that are generally asked in an interview if a person is having 3-4 years of exp..and in ds exp 2 yrs exp is wd automation testing
What are the drawbacks of test automation?
How do you Test Credit Card Validation
how can we reverse the string without using the revese of String function in QTP?
Does automation replace manual testing?
How you will evaluate the tool for test automation?
WHAT WE CAN NOT DO WITH QTP? GIVE 5 POINTS.(EXCEPT PERFOMANCE)