This Repo is dedicated for python problems asked to me during the interview .
Problem statements :-
-
If you are given a nested dictionary how would you get the value from any part of it ? Solution in test1.py
-
If you are given a csv file that is having very high size i.e. in GB's how would you work on it ?
-
Can you make a Automation Framework using Pytest and selenium for testing which has features like
- parallel execution of testcases
- multi browser testing
- POM features
- grouping tests
- test reporting
- saving screenshots for failed testcases
- saving logs
- Data driven testing
-
Can you create a script that compares two csv files and provides all the mismatches in python ?