satya8967
Q1. "Now am trying to update that account. But it is not reflecting the updations in the database."
Means I have created an account by running the script. Now for example am updating address field from value add1 to add2. Now if am saving the updation it is not showing any error on VSTS web test but the updation is not getting saved on database. So, if am opening that account details the address field remains as add1.
Yes, when I created a webtest it is updating in the database & yes, my app supports this as this is only updation. Here am not creating anything, am just updating one field.
To generated the script I have used Fiddler as well. That also not solving the issue.
As far as my understanding is concerned, VSTS sends request with inputs through Form Post Parameters. Does it actually update that particular field or it tries to update everything including ID as well which is a autogenerated field. Because when I record the Form Post Parameter captures everything including the autogenerated fields. I have also tried with removing those lines from Form Post Parameter, but with no benefit. Do suggest if you have any solution
Thanks