Volunteer
CurrentI embarked on an exciting research project in collaboration with Mozilla and the University of Calgary. This research focuses on developing a tool that leverages GPT-4, a Large Language Model, to automate the generation of test cases for the Firefox QA team. Designed to aid in the creation of test plans for new features in the Mozilla Firefox browser, we aim to publish a paper on this research soon.The tool operates by taking a few test cases, the feature, its description, and the test scope and feeding them into the Large Language Model. The model then generates test cases and ,using cosine similarity, the tool compares the test cases developed by the QA team with those generated by the LLM, identifying which cases are similar and which were missed. The QA team can then adopt, restructure, or include the generated test cases as needed.I also collaborate on the Mozilla Bugbug project, which automates various tasks on the Mozilla Bugzilla platform, where all bugs of Mozilla products are filed. Check it out https://github.com/mozilla/bugbugMy Mozilla Profile: https://people.mozilla.org/p/jpangas