Q1).How Python can be used in software testing?
Ans:
1. To generate test data; parse test results; generate reports; testing API calls etc.
2. Python to extract requirements from a Word document.
3. For testing tasks automation, setting up environments for tests, extracting performance data, etc…
4. Testers use Python extensively in many companies with Selenium for test automation.
5. For writing desktop applications used by testers.
6. Test data manipulation.
7. To build test environment
8. Testing with IronPython on .NET
2. Python to extract requirements from a Word document.
3. For testing tasks automation, setting up environments for tests, extracting performance data, etc…
4. Testers use Python extensively in many companies with Selenium for test automation.
5. For writing desktop applications used by testers.
6. Test data manipulation.
7. To build test environment
8. Testing with IronPython on .NET
Q2).What Python frameworks do you know?
Ans: Framework called Web2py, PAMIE (Python automation Module for I. E.), The py.test framework
Ans: Framework called Web2py, PAMIE (Python automation Module for I. E.), The py.test framework
Q3).What tools that helps Python development do you know?
Ans: There are good tools for helping Python development such as Notepad++ with the PyNPP plugin and Eclipse with PyDev and PyUnit.
Ans: There are good tools for helping Python development such as Notepad++ with the PyNPP plugin and Eclipse with PyDev and PyUnit.
Q4).The following is displayed by a print function call:yesterday
today
tomorrow
Please write an example of a print function.
Ans: print(‘yesterday\ntoday\ntomorrow’)
today
tomorrow
Please write an example of a print function.
Ans: print(‘yesterday\ntoday\ntomorrow’)
Q5).The following is displayed by a print function call:hello-how-are-you
Please write an example of a print function.
Ans: print(‘hello’ + ‘-‘ + ‘how’ + ‘-‘ + ‘are’ + ‘-‘ + ‘you’)
Please write an example of a print function.
Ans: print(‘hello’ + ‘-‘ + ‘how’ + ‘-‘ + ‘are’ + ‘-‘ + ‘you’)
Visit our QA Job Board for the latest Automation Testing Jobs
ReplyDelete