Describe some problem that you had with automating testing
tool.
Answer Posted / kundan yalangi
The problem we have faced using testing automation tool is
with the Sap Gui Grid . While accessing the function
FindRowByContent() function. The above mentioned function
returns the number but inorder to click that row, we need
to pass it to the ClickCell() function in that object . we
are passing return value of FindRowByContent() to a
variable which inturn is passed as an argument on to the
ClickCell() Function .But unfortunately its not working .
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the advantages of test automation?
How does load testing work for websites?
What are the attributes of a good framework?
Tell us the line of code webdriver driver = new firefoxdriver();.?
What is an automation testing framework?
What are the advantages of the automation framework?
What is javascriptexecutor and in which cases javascriptexecutor will help in selenium automation?
What all different approaches can be used for designing an automation solution?
In general, how do you see automation fitting into the overall process of testing?
Tell me what is tsl? What 4gl is it similar too?
How do you choose which automation tool is best for your specific scenario?
Do you know what is selenese?
notice the distinction between data driven testing and retesting?
how to re-install QTP 11.0 trial version
Does automation testing have any disadvantages?