First you need to differentiate between 'not actually hitting the server' and not actually creating the resource. It seems you are hitting the server, and receiving some 2xx level response but not actually creating the resource in the DB.
You probably need to talk to your developers. There are a few things though, does server have DB connectivity? Or the DB has unique record constraints. What do the application server logs say? Check the header of the response for the response code and find out how your development team has defined that code. Either way it seems on the surface to be a problem internally with your enterprise and not inherently due to Jmeter. On Thu, 2014-09-11 at 17:50 +0530, Napendra Singh wrote: > Hi Team, > i am doning load testing of an API, where request type is POST, i > have one parameter with its value. but when i am hitting it is working fine > but it is not actually hitting to server ( i checked it by going inside DB > where my input parameter was not present) so i am not aware how i can see > that what data is coming via this api, so thats why i think that my loading > testing is not doing in proper way. > > > > > > > > > > > > > > > *Napendra Singh / Software Engineer* > *+918802658838/ [email protected] <[email protected]>* --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
