Aspire Systems Interview Questions
- What are the activities you are doing in your project?
- Which framework you are using?
- Tell me about the traceability matrix?
- SOAP UI – Could an output response obtained from one XML can be used as input for invoking other XML?
- Write test cases for a scenario – eg.entering address
- Framework-type/flow/structure?
- Relative XPath – 3 nodes with the same id value, the 3rd node having additional character “xyz” – how to find relative XPath for the 3rd node?
- SQL – Inner join related query
- Structure of the framework?
- Where to keep your script files?
- What approach you are using for selenium?
- Can we do file upload through selenium? Can we able to locate excel file in a system through selenium?
- What is the test plan & test strategy?
- Scenario: Tomorrow your project delivery. Today your onsite co-ordinator saying that you missed one functionality? Then what will be your reply to him and your manager?
- Write a program to reverse a number(eg. 1234 to 4321) without using the modulus operator
- From the below diagram find the sum greater value of the side and print that
- How will you get the data from Excel & Write a code for it
- If I click a button, a text button will be populated with value get the value and check the format is valid or not
In a paragraph, I have to extract the following things
Get only numbers
Get only alphabets
Get only alpha-numerics
Get only spaces
Get only special characters
How Selenium grid is works
I have a string “CZ1234ABC45”
For example in for loop : for (i=1; i<=n; i++
In the above for loop, instead of 1 (one) for a variable “i”, we need to assign the above string
And it has to increment based on “i++”
Write a logic for this.
I have a float value 12345.4566
I want to extract only 4566 (ie., the value after the dot) - What are the activities you are doing in your project?
- Which framework you are using?
- Tell me about the traceability matrix?
- Develop one << Framework >> for registration page and Explain.
Write Code: Consider you have one webpage contains nearly 100 fields, how to get all the field values in a single line. - Write Code: How to find all the web elements [like a radio button, checkboxes, text areas, etc..] in a page by a single line of code.
- Write Code: Consider Irctc From station field, type only 3 characters, in the displayed drop-down view find the first option.
- If your application performance is very slow. what you will do
- What is an explicit wait? Why thread.sleep
- Consider if your application having the same ids for all elements, what you will do.
- You have 100 test cases in excel. but the client wants you to execute only 60 test cases. what you will do. Which test case you choose from excel
- Challenges faced in selenium
- Write Code: n=1238975. Find the biggest integer value in ‘N’. [o/p : 9]
- Write Code: n=16845. O/p will be “n=14568”. It should be an integer value, It should be in ascending form.
- Write NCode – For Number and Start Pattern Program
- X =”Good Looking”[User input].
Have to find unique characters count. Should not any duplicate.
For Ex. g – 2; o – 4; d – 1; l – 1; k – 1; i – 1; n-1. [Have to print like this] - Write code to Reverse a String. Without using any built-in functions like reverse(), charAt()
- Consider one div having 100 spans with unique texts. How to find the expected text using XPath.
- Write code: Need to capture the screenshot of the whole page. Need to scroll the page till the end.
- Write Code: Find the repeated words in a given string.
- Write Code: Get values from UI and compare expected values with from any database.
- Write Code: Identify and form a string with unique characters. Ex. X=Good Looking. o/p = godlkin.
- Write a program to validate the credit card number having the following pattern:[2312] [932E] [12AB]
- What is Continuous Integration? Tell something about it
- What is the version tool you used in your project?
- Scenario question:
There are three pages 1. Create customer, 2.Edit Customer, and 3.Delete customer
Create customer -> Create the customer and output will be 5 field values
Edit customers -> Get search results, edit and output will be 5 updated field values
Delete Customer -> Delete customer (get search results and Delete )
How will you test these three pages? - How will you get and where will you store the dynamically changing 5 fields
- How will you make sure you run one after the other ( first ‘create a customer’ and then ‘edit customer’ then ‘delete customer’)
- What is the Element Identifier tool you are using?
- Your application supports only IE then how will you identify the objects?
- Are you there in your project from the beginning or you joined later?
- How did you perform POC? (proof of concept)
- There are 100 Test cases and you want to run only 10 selective Test cases for regression how will you do that? continuation of the above question no.10, One test case I have to run as part of Regression and the same test case should not run as part of Smoke Testing. Both Regression and Smoke should run simultaneously. How will you do that?
- What is the use of Maven? Why do you want it?
- What are the challenges you had in your project? explain with the workaround?
- Any other tool experience you have other than Selenium?
- Tell me the Excel columns names in the keyword-driven framework
- In a keyword-driven framework, how will you parameterize?
- How many test scripts you wrote? and how long it will take to run?
- Explain your current project
- What is the advantage of using Automation in your project?
- Quality-wise what is the benefit of using Automation in your project?
- What is the reason for selecting SE for Automation in your project?
- What is the current role in Test automation?
- What is the version tool you used in your project?
- Which framework you are using?
- Page Object Model – Framework – flow/structure?
- here to keep your script files?
- How do you rate yourself on Java?
- What is OOPS concept – explain
- What is an Abstract Class?
- What is Interface?
- What is the difference between Interface and Abstract class?
- what is Final and Finally?
- Can you tell me the example of Runtime exception and Compiletime exception?
- How many time you can use Catch block while exception handling?
- Syntax of CSS selector
- What is the repository you have used for objects in the framework?
- Difference between webdriver and remotewebdriver?
- How does webdriver identify UI Elements?
- write the syntax on findElement?
- Do you use to identify the Xpath? (Relative Absolute sibling and Preceding)
- Write the XPath using Preceding and Absolute?
- Have you used TestNG?
- What are the different annotations in TestNG?
- What is the use of @BeforeTest/@BeforeMethod annotation?
- How do you do parameterization in testNG
- What is a Data Provider?
- Write the program to retrieve the data from excel? “
- ArrayList vs list?
- Have you used collections in your code?
- Explain the List and set?
- Different between HashSet and hashtable.
- String to count individual variable and return count only
- Exception handling
- Oops concept
- How to Find dynamically generating object
- Collections
- Different types of testing using automation
- Project explanation
- Tell about career evolution
- What is an immutable class
- What is lambda expression?
Leave a Reply