Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Create a script that a user is able to parse and input data from a QA CSV into a database Script will need to use
Create a script that a user is able to parse and input data from a QA CSV into a database
Script will need to use Argparse
Database will be MongoDB but can be any other DB if you prefer Mongo is widely used in M&E for it's ease of flexible scheme, completely versitile nonrelational DB
Will input your weekly QA reports into Collection
Will input a mock DB dump" which will be everyone's reports in one mega file into Collection watch out! missing dates! EGDBDump.xlsxDownload EGDBDump.xlsx
Use DB to quickly create own reports do this programmatically
Deliverables
Copypaste code
Console output of all runs each individual and then final collective QA CSV Total runs Weekly assignment
Database Answers From "Database Calls" and done programmatically ie python
List all work done by Your user from both collectionsNo duplicates
All repeatable bugs from both collectionsNo duplicates
All Blocker bugs from both collectionsNo duplicates
All reports on build from both collectionsNo duplicates
Report back the very st test case Test # the middle test case you determine thatand the final test case of your database from collection
CSV export of user "Kevin Chaja" use argparse to trigger code from collection full code with sample output pls
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started