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 different types of scripting techniques for automation testing?
Explain me what is testng and why is it better than junit?
if we are using an Engine (tool)..with that how to capture data from excel sheets and how to do automation with this plz answer any body for this question.?
What is test automation or automation testing?
Where will you maintain information like url, login, password?
test cases test wheather window? test cases to test calculaor? test cases to test a reverse string program? test cases to test program{ int.parse(sting str) $return (int)}? test cases to test program{display string length}?
Tell us what you know about table-driven testing?
What is test driven development?
How do you select which automation tool is best suited for you?
Give some examples for functional & regression test tools?
Do you know what is the purpose of deselectall() method?
What is modular automation?
Tell us what is the alternate way to click on login button?
Can you list some other automation testing tools that you are familiar with?
How to integrate Rational functional Tester with Rational Quality manager. Can anyone provide the details steps giving explaination with examples.