Posts by Collection

portfolio

publications

talks

METTester: A Metamorphic Testing Tool to Test Any Software System by User Driven Test Cases

Published:

MTTester is a tool to apply Metamorphic Testing(MT) technique on any java class based software system. This tool manages to test system programs by using test cases given by the user. In this tool Users can create any meaningful MR to test their program and run it through this tool. Users can give MRs and initial test inputs in a XML file. The central idea is that although it is impossible to directly test the correctness of any given test case, it is easy to verify the relationships of the output generated by multiple executions of a program.

teaching

Teaching Assistant - ESOF 423 (Spring 2019)

Undergraduate Course, Gianforte School of Computing, Montana State University, 2019

In ESOF423 - Software Engineering Applications course I advised and guided students to develop a software using Agile software development methodology

Teaching Assistant - CSCI 132 (Spring 2020)

Undergraduate Course, Gianforte School of Computing, Montana State University, 2020

In CSCI132 - Basic Data Structures and Algorithms course I advised and guided students on the lab work on homeworks and assignments using Java programming language