What We Are Learn On This Post
Innominds Interview Questions
- “{{{}]]}())”I want in this pattern braces open and closed correctly or not, like for every open brace there should close brace, how to check this? write a program.
- Suppose der class A and Class B
class B extends A
Class A Class B
@beformethod @beformethod
@aftermethod @aftermethod
@beforclass @beforeclass
@afterclass @afterclass
@beforetest @beforetest
@aftertest @aftertest
what is the order of execution of testng annotations in the above case?
- I want to execute one method 10times in testng how will I do?
- How to skip exception in testng?
- What is the use of @parameters
- What is method overloading and overriding
- What are desire capabilities
- What are design patterns?
- What is the dynamic method dispatch?
- Where we use the synchronized keyword?
- Can you write a program that at a time only one thread should access a method, using a multithreading concept?
- How will do execution in selenium grid
- Write program to connect database and get second highest salary from employee table.
- <table>
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td class=”unit”> </td>
</tr>
write xpath for getting class value “unit”, dont write xpath using class attribute, write xpath for getting dat class value.
Leave a Reply