0% found this document useful (0 votes)
7 views2 pages

Sample Ques

Uploaded by

peacemakers8143
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views2 pages

Sample Ques

Uploaded by

peacemakers8143
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

Python:

-----------------------------
Is Python a compiled language or an interpreted language?
What are different data types?
What is the difference between a multable datatype and immutable data type?
What is pass in Python?
What is the difference between / and // in Python?
What is a Negative index in Python?
How to convert an interger to string or vice versa?
How to declare a function with arguments?
How do you handle exceptions in Python?
What is the difference between `*args` and `**kwargs` in Python? one sample code
What libraries need to be imported to playaround with excel files?

Selenium:
----------------------------------
What are the locators in Selenium?
What is difference between / and // in xPath?
What are different drivers availabled in WebDriver? Syntax to launch Browser
How do you open a site using chrome Broswe?
How can we get a text of a WebElement?
How do you get the typed text in a textbox?
What are different menthods used to find if an element is displayed on screen?
How do you handle dropdowns?Syntax example
What is the difference between findElement() and findElements()?
What is the difference between driver.quit() and driver.close()?
What is the syntax for screenshot capture?
What is the difference between driver.get() and driver.navigate()?
What are different types of Waits in WebDRiver?
What is the difference between Assert and Verify ?

TestNG:
----------------------------------------
What is TestNG?
List TestNG Annotations?
How do you prioritize your textcase in TestNG?
How can you skip a test in TestNG?
How do you execute group test cases in TestNG?
What are different assertions in TestNG? explain one with example?
What is the syntax to set test methd dependency for multiple test methods?
What is use of DataProvider annotation?

Appuim:
----------------------------------------------
What is Appium? Features in Appium?
What are the prerequisites to use Appium?
Explain Desired Capabilities in Appium?
How can you inspect elements?What do you mean by Appium Inspector?
What is AppPackage and AppActivity?
What are different types of Mobile Application?
What is difference between Simulator and Emulator?
Name the types of errors that you can face in Appium?
How can you inspect elements that are present in the Native Android App?
Mention the method with which you can scroll down in App?
How can you inspect elements on the IOS apps?
Can we run appium server on one machine and test execution on other machine?

You might also like