Describe some problem that you had with automating testing
tool.



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

Post New Answer

More Automation Testing AllOther Interview Questions

Describe some problem that you had with automating testing tool.

1 Answers  


Do you know what is the purpose of creating a reference variable- 'driver' of type webdriver instead of directly creating a firefoxdriver object or any other driver's reference in the statement webdriver driver = new firefoxdriver();?

0 Answers  


Tell me what is the purpose of getoptions() method?

0 Answers  


What are the phases in automation testing life cycle?

0 Answers  


Do you know what is a xpath?

0 Answers  


Name some of the commonly used automation testing tools that are used for non-functional automation.

0 Answers  


What is the scripting standard while performing automation testing?

0 Answers  


How the object properties will be recognised by the tool If the functions/ statements are written manually?

0 Answers  


What is open source tool and give example?

0 Answers  


1.Which functinalities of QTP using in onlinebanking system? 2.in lift which kind of testing you perform? 3.how do you test money is transform from one account to another account in online banking?

0 Answers   TCS,


Tell us what is the difference between single slash (/) and a double slash ( //) in xpath?

0 Answers  


How did you use automating testing tools in your job?

0 Answers  


Categories