2n round interview question
2n round interview question
Agile testing is a software testing approach that aligns with the Agile methodology where testing happens
through out the development process integrating with developer to identify and fix defects early and often
rather that waiting until the end of the development
Story points are unit of measurement used in agile to estimate the relative effort required to complete a
user story which helps team to priorities task based on complexity
For Dropdown
SAP commerce (Hybrid) backoffice is a web based administration tool that allows business user to manage
& configure different aspects of an SAP commerce (Hybrid) System.
It is built on the backoffice framework which provide flexible and customizable UI for managing
e-commerce operations.
5) How do you perform compatibility testing ?
Compatibility testing is a type of software testing that ensures an application works correctly across diffrene
environment including browsers, devices, internet, OS.
1st we need to identify the target parameters.
Then we need to create compatibility matrix
Set up a test environment
Execute test cases
Lastly verify the results
Sprint Planning:
This meeting occurs at the start of each sprint, where the team defines the sprint goal, selects user
stories from the product backlog, and creates a plan for completing them within the sprint
timeframe.
Sprint Review:
At the end of a sprint, the team presents their completed work to stakeholders, demonstrating the
functionality and gathering feedback on what worked well and what needs improvement.
Sprint Retrospective:
A reflective meeting where the team discusses what went well during the sprint, what could be
improved, and how to adapt processes for future sprints.
BrowserStack integration
o Create an account on BrowserStack and obtain the username and aceess key form the account
settings
o Uploading the application .apk / .ipa to broswerStack and not the resulting app URL.
o Configure capabilities
platformName: set to Android / ios
deviceName: Specify the desired device
autimationName : set to UiAutomator2 for android / XCUITest for ios
app : app_url obtained from the BroswerStack
broswerstack_username and broswerstack_acceesskey
osversion
browserstack_app_url : same app_url used for app
Perfecto integration:
o Sign up on perfecto and obtain your private cloud URL and security token.
o Upload our application on perfecto
o Configure capabilities:
Platformname : set to android/ios
Devicename : specify the desired device
Automationanem : uiAutomator2 for android or XCUITest for ios
Apppackage : for andoird specify the app package
App activity : for android specify the application activity
Security token : perfecto security token
CloudURL: perfecto private cloud url