ISSN ONLINE(2320-9801) PRINT (2320-9798)
Mock Manager Tool
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
To read the full article Download Full Article | Visit Full Article