VPTestTool READMEGoal: Create an internal tool to allow developers to quickly and accurately write Visual Parity Tests Problem: Developers only write Visual Parity Tests about every 2-3 weeks. Visual parity Tests' strange syntax can cause delays between iterations as time is often spent copying and pasting over code from previous tests in order to create a test specific to this new scenario Solution: Using Visual Studio Code I was able to create a custom JSON file that is pre-populated with all the Visual Parity test interactions. These test values also contain the exact definition and required parameters from the ParityFramework Library in order to properly function. FeaturesTool for developers writing Visual Parity Tests. Contains defintions of interactions from the ParityFramework. ![feature X](images/feature-x.png)
RequirementsInstall VPTestTool from VS Code extensions. Open an existing Visual Pairty test file or create a new ini file and begin typing 'template' to generate a Visual Parity Test template with pre-defined fields. Known IssuesThis tool was intended to be a custom made internal tool specifically to decrease time between iterations for developers Enjoy! |