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 is vendor tool and give examples?
Tell us what methods of robot class do you know?
8. How we test web based application
Tell us which package can be imported while working with webdriver?
What are the points that are covered while planning phase of automation ?
What are the phases in automation testing life cycle?
What are Keyword and Data driven frameworks in Selenium RC
what is GDC
What is the purpose of getoptions() method?
What you know about table-driven testing?
Do you know when autoit is used?
How did you use automating testing tools in your job?
What should you do after finding a bug?
How do you identify the test cases which are suitable for automation?
Elaborate the scripting standard while executing testing