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 the purpose of the wrun.ini file?
What automating testing tools are you familiar with?
Describe some problem that you had with automating testing tool.
notice the distinction between data driven testing and retesting?
What are the main attributes of test automation?
I am using the selenium ide for testing my web application i recorded some script and played back while playing the recorded script the "alert msg is not getting closed" it needs manual interaction Please help out me
What is an automation testing framework?
How will you choose a tool for test automation?
Program/pseudo code on FIFO? Input a string and make sure that output is in FIFO manner. Eg, Enter 'John Dave' as input and output should be 'John Dave' not 'Dave John'. (inbuilt functions like push, pop were given)
Explain some disadvantages to manual software testing?
Which test cases can be automated?
WHAT'S THE TESTER'S ROLE DURING MIGRATION OF CODE FROM TESTING TO PRODUCTION ENVIRONMENT