Accenture
GE Healthcare Interview Questions and Answers
Q1. Why automation required main purpose of automation testing?
Automation is required in testing to increase efficiency, reduce human error, save time, and improve test coverage.
Automation helps in executing repetitive test cases quickly and accurately.
It allows for running tests on multiple configurations and environments simultaneously.
Automation can be used for regression testing to ensure that new code changes do not break existing functionality.
It helps in increasing test coverage by running a large number of test cases that would b...read more
Q2. How to test an APi when you dont have real entity to answer that api
To test an API without a real entity, use mock data or create dummy data for testing purposes.
Create mock data that simulates the expected behavior of the real entity
Use tools like Postman or cURL to send requests to the API using the mock data
Verify that the API responds correctly to the requests and returns the expected results
Test different scenarios and edge cases to ensure the API handles them properly
Monitor the API's performance and check for any errors or inconsistenc...read more
Q3. What is locator? Different type of locators
Locator is a way to identify web elements on a webpage. Types include ID, class name, name, tag name, link text, partial link text, xpath, and css selector.
ID - unique identifier for an element
Class name - class attribute value of an element
Name - name attribute value of an element
Tag name - HTML tag of an element
Link text - text of a link element
Partial link text - partial text of a link element
XPath - XML path expression to locate elements
CSS selector - CSS style selector t...read more
Q4. Difference between regression testing and retesting?
Regression testing is testing the entire application after changes, while retesting is testing a specific bug fix.
Regression testing is done to ensure that new code changes do not affect existing functionality.
Retesting is done to verify that a specific bug or issue has been fixed.
Regression testing involves testing the entire application, while retesting focuses on a specific area.
Examples: After adding a new feature, regression testing is done to check if existing features ...read more
Q5. In locator which is fastest one?
CSS selector is the fastest locator.
CSS selector is faster than XPath
ID and class selectors are faster than tag and attribute selectors
Avoid using complex CSS selectors for better performance
Q6. Difference between absolute-XPATH and relative-XPATH?
Absolute XPath specifies the location of an element from the root of the document, while relative XPath specifies the location of an element relative to another element.
Absolute XPath starts with a single forward slash (/) and specifies the complete path from the root element to the desired element.
Relative XPath does not start with a forward slash and specifies the path from the current node to the desired element.
Absolute XPath is more brittle as any changes in the structur...read more
Q7. how to performa cross browsing testing
Cross browsing testing is performed to ensure the compatibility of a website or application across different browsers and platforms.
Identify the target browsers and platforms to be tested
Create a test plan and test cases for each browser and platform
Execute the test cases on different browsers and platforms
Verify the functionality, layout, and performance of the website or application
Report and track any issues or inconsistencies found
Repeat the testing process for each new r...read more
More about working at Accenture
Interview Process at GE Healthcare
Reviews
Interviews
Salaries
Users/Month