Describe some problem that you had with automating testing
tool.
Answer / 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 |
What is Automation Testing Framework
How do you identify the test cases which are suitable for automation?
What is an automated test script?
Tell me how can we find the value of different attributes like name, class, value of an element?
What types of scripting techniques for test automation do you know?
What java api is required for generating pdf reports?
What tools are available for support of testing during software development life cycle?
What is ‘good code’? What is ‘good design’?
what is the difference between keyword driven frame work and data driven frame work.
Where to maintain information like login, password and url?
diff b/w DBMS & RDBMS?
69 Answers BirlaSoft, Infosys, Mind Tree, TCS,
How to login into any site if it's showing any authentication pop-up for username and password?