抽象的

Mock Manager Tool

Priyanka Bansal, Mamta Vadhariya, Apurva Narasimhan, Ankit Me hta ,Mrs.Shweta Tiwaskar

We implemented “THE MOCK MANAGER TOOL” which deals with the problems stated below and overcome the difficulties. Developers face difficulty when it comes to develop and test an application when there is no actual data available and they are asked to test it with mock data. With mock people try to replicate the Data from database and data from the Web Services.And from many other sources which is time consuming. The practice till now is to prepare mock through java mock class or property file or XML structured text file that developer needs to develop or maintain manually, and depends upon the other team members may be working at different location or in different shifts to validate its consistency. The various Issues are that many time while developing or defect fixing, though data is available on the production server, but developers or testers are requested not to trigger too many queries (As each query execution and the time it is taking is charged).So there is need to have an application that interrupts the request from the user, trigger it at the backend and cache the result so that when the user makes same request again, it shouldn‟t result in the execution of query on database. To solve this issue, we developed an application which will improve the response time of the dummy data required during developing and testing phase by dynamic caching [8]the data in a pair once it is retrieved from the database and next time retrieving it using the map if it is required again. Also facilities to provide the data in the required format which tester or developer wants like XML to JSON either for databases or web services. Also the response time is consecutively increased.Additionally, the data required by the tester is got from the cache or database and can be directly imported in the method for which testing is to be carried out and provide the result. Thus as a conclusion, all the above facilities is proposed through the usage of Mock Manager.