Which tool is commonly used for Configuration Management in modern software development processes?
- Git
- JIRA
- Jenkins
- Selenium
Git is a widely-accepted distributed version control system used in modern software development processes. It allows multiple developers to work on the same project simultaneously, keeping track of code versions and changes. Jenkins is primarily a CI/CD tool, JIRA is more for issue tracking, and Selenium is for web testing.
Loading...
Related Quiz
- How does the "sandwich" approach of integration testing combine different methodologies?
- You are given a task to test an e-commerce application. You start from selecting a product, adding it to the cart, checking out, making a payment, and finally receiving a confirmation email. Which testing approach does this scenario represent?
- The _______ model in SDLC emphasizes the need for feedback loops where the previous steps can be revisited as the development progresses.
- In the context of functional testing for mobile apps, which is crucial to test: Landscape or Portrait mode or both?
- Imagine a situation where a software application's performance metrics are within an acceptable range under normal conditions, but it crashes during company-wide events when most employees access it. Which type of testing might have prevented this situation?