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 |
Describe some problem that you had with automating testing tool.
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();?
Tell me what is the purpose of getoptions() method?
What are the phases in automation testing life cycle?
Do you know what is a xpath?
Name some of the commonly used automation testing tools that are used for non-functional automation.
What is the scripting standard while performing automation testing?
How the object properties will be recognised by the tool If the functions/ statements are written manually?
What is open source tool and give example?
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?
Tell us what is the difference between single slash (/) and a double slash ( //) in xpath?
How did you use automating testing tools in your job?