New answers tagged bug-report
3
Issue Reports (Bug Reports) are one of the main communication methods that QAers use.
You are creating a statement to your stakeholders - "I have found what I think is a problem, and here's my clear explanation of what it is and how you can see it too. Please look into this".
Understand the Audience for the Report
It's important to know who is going to ...
0
I have seen your page. You have provided really good information. The minimum components that should be there in the bug report are as follows :
Issue (Bug) Components
Summary (Short one line statement of what's wrong exactly)
Priority (Assign priority from P0(Severe) to P5(Low effect))
Fix Version (Commit ID for the commited code if you have)
...
0
In this case the send-keys is not working as the focus event is not working . Hence firstly we can use executeScript for getting the focus on the element.Once the focus is there then it will be possible to use send-keys method provided by webdriver api.
So to get focus on the input you can do the following :
JavascriptExecutor js;
js.executeScript ...
Top 50 recent answers are included
