sailee ✭
About
- Username
- sailee
- Joined
- Visits
- 21
- Last Active
- Roles
- Members
- Points
- 7
- Badges
- 2
- Posts
- 7
Reactions
Comments
-
Hi @jakubiak as I have written in above i have created draft REST API automation framework. I have created one utility class which will have three methods: 1. getactualResponse : i will fetch data from the class which will have response from writa…
-
Hello Adam, I am currently looking to do input method scripting using java. if possible please suggest scripting code for method and URL in case of REST service.
-
I am getting actual response in json and mongodb database response is in json. I want to compare these two responses using json path in excel sheet. and pass this result to soatest to make test pass/fail as per validation
-
Hi @jakubiak : thank you so much for your explanation. I tried above steps and did some more R&D , I don't see use of database account in my case as i am going to pass it from environment variables in my java code. also Mongo DB does not support…
-
no , I am passing result of database query into excel sheet. and compare to above scenario my "expected Data" is in excel as data source. I want to know how can I send "Database Account" properties in my extension tool having java class so that i c…
-
Thank you so much @OmarR . its worked. My next step is to pass value from data source and fetch the response in another data source. I am using java class to pass query from data source to my database connectivity java class and now i want to pass…
-
@OmarR : I did above steps and in expected JSON tab of JSON assertor , i am getting blank root i.e. {} Could you please reply what will be the issue in this case. error message i m getting is : Error Message: DataSource: Actual_Data(Extract…