What is difference between / & //
Answer / lakshmi
/
1.It starts selection from the document node
2. It Allows you to create 'absolute' path expressions
3. e.g “/html/body/p” matches all the paragraph elements
//
1. It starts selection matching anywhere in the document
2. It Allows you to create 'relative' path expressions
3. e.g“//p” matches all the paragraph elements
| Is This Answer Correct ? | 2 Yes | 0 No |
Explain about selenium-ide ?
What’s selenese?
what is mutation testing, Difference between system and End to End testing,Give examples of bug having high priority but low severity except spelling mistakes and logo symbol.
How will you find an element using selenium?
Mention what is the use of x-path?
Are you familiar with selenium? If yes, what is it?
Describe a framework. List some of the common automation frameworks.
How to do file upload in selenium?
What are the testing types that can be supported by selenium?
What is the difference between assert and verify in selenium?
What are the features of testng and list some of the functionality in testng which makes it more effective?
What is selenium?