Thursday, 22 May 2014

Indicomm:


 SELENIUM

1.Write the syntax of drop down
2.What is Webdriver-Java interface
3.What is the current Version of Selinum webdriver
4.How to get the text value from text box
5.StrinG x="ABC";
  String x="ab"; does it create two objects?
6.write a program to compare the strings
7.Class a
{
}
class b extends a
{
}
A a= new A();
B b=new B();
A a= new B();
B a=new A();
Which is valid and invalid?

8.Explain webdriver architecture
9.Explain File downloading
10.Explain File attachments other that Auto IT
11.Write the syntax for finding the row count in dynamic web table
12.Differnece between class and Interface
13. What type of class is the string class
14.WHAT are the differnt methods that are used along with Xpath
15.Explain Interface
16 Explain Abstract
17.What is selenum grid
18 what is selenium RC


JAVA 

1.what is the default package in java ?
2. why we use interface why not abstract class ...what if i implements same method in interface and abstract ....then ?? any difference ??
3. what are inner classes ..name them ?
4.in public static void main(String arr[])... what if i replace public with private ........... remove static ........replace void with string
5.in hash map we have (key and value ) pair , can we store inside a value =(key, value ) again ??
5. what are variable scope in java (in class , in method , in static block)
6. what  are the oops concept ? explain them each with real world examples
7.write a program so that when ever u create a object ... u get to know how many object u have created
8. what is singleton classes ?
9.what is difference  between .equals() , (==)  and compare-to();
10. what is the difference   between hash code and equals
11.write a program to get substring of string  ex: javais good ... so result : avais
12.write a program to reverse the string
13. wap for binary search
14.what is the use of package
15. why we use interface and abstract
16.we have 2 interface both have print method , in my class i have implemented the print method , how u wil get to know that i have implemented the first interface and how u will use it .. if u want to use it
17.what is the difference between vector list and arraylist
18. difference between hashmap and hash table, what is synchronization , how it is achieved
19. what is the use of collection, when we use it
20. what is priority queue in collection , what is the use , how u have use in your project
21.where  to use hashmap and hashtable
22. where u have use the concept of interface and abstract in your framework

ROUND 1 SELENIUM 

1. how u handle the pop when u launch your website ?
2.what implementation did in your  framework for blank field or empty cell
3.how to clear the element in the text box : findelement(By.xpath("")).clear();
4.how to get the text of label : findelement(By.xpath("")).gettext();

ROUND 2 SELENIUM 

1. how to handle dynamic object
2. how to work with button which is in div tag and and u have to click without using xpath
3. JVM is dependent or independent platform
4.how many Test script you write in day
5. describe your framework
6. how to parameterized your junit
7.how to handle ssl security
8. how to handle window pops
9. diffnct between implicit and explicit
10.what are the types of assertion and what are assertion in junit

JAVA

1.JVM is dependent or independent platform
2.diffn bw hashmap and hash set, set and linkedlist, arraylist and vector list , linkedhash set and hashset
3.abstract and interface
4.throw and throws
5.how to split
6.checked and unchecked exception
7.how to work with azax aplication
8.why sring is immutable
9.wat is the retru ntype of getwindowhandles();
10.what are the types of assertion and what are assertion in java
other then that:

GENERAL AND WORK RELATED 

1. Describe your frameworks?
2. why this frameworks is called keyword driven ? where is this keyword u r using ?
3.why should i hire u ?
4. why u left your prevous company ?
5. Oracle is big brand name .. we are with small mid size company , why u want to cum in our company ?
5. tell me somthnig about our company ?
6.how to extract all the link from a web page
7.why we use xpath ? what are the locator available?
8.how to use selenium testscript for AJAX application?
9.what are the fields in bugzilla?
10.what the use of junit ? in your project?
11. How your do test unit testcases in TS? 

No comments:

Post a Comment