|
15 | 15 | <collectionProp name="Arguments.arguments">
|
16 | 16 | <elementProp name="host" elementType="Argument">
|
17 | 17 | <stringProp name="Argument.name">host</stringProp>
|
18 |
| - <stringProp name="Argument.value">${__P(host,localhost)}</stringProp> |
| 18 | + <stringProp name="Argument.value">${__P(host,bulk-connector.sandbox.fynarfin.io)}</stringProp> |
19 | 19 | <stringProp name="Argument.metadata">=</stringProp>
|
20 | 20 | </elementProp>
|
21 | 21 | <elementProp name="protocol" elementType="Argument">
|
|
25 | 25 | </elementProp>
|
26 | 26 | <elementProp name="port" elementType="Argument">
|
27 | 27 | <stringProp name="Argument.name">port</stringProp>
|
28 |
| - <stringProp name="Argument.value">${__P(port,8989)}</stringProp> |
| 28 | + <stringProp name="Argument.value">${__P(port,)}</stringProp> |
29 | 29 | <stringProp name="Argument.metadata">=</stringProp>
|
30 | 30 | </elementProp>
|
31 | 31 | <elementProp name="threads" elementType="Argument">
|
|
109 | 109 | </elementProp>
|
110 | 110 | <elementProp name="" elementType="Header">
|
111 | 111 | <stringProp name="Header.name">content-type</stringProp>
|
112 |
| - <stringProp name="Header.value">multipart/form-data; boundary=orL4TMGXsG7lWjOU3nWPHIIhrM4cp0G</stringProp> |
| 112 | + <stringProp name="Header.value">multipart/form-data; boundary=dQuAbXmyd4VUkLVo2pz1fXTsZ0So5eb6rGCf5y</stringProp> |
113 | 113 | </elementProp>
|
114 | 114 | <elementProp name="" elementType="Header">
|
115 | 115 | <stringProp name="Header.name">X-CallbackURL</stringProp>
|
116 |
| - <stringProp name="Header.value">http://wiremock.sandbox.fynarfin.io/callback</stringProp> |
| 116 | + <stringProp name="Header.value">https://webhook.site/4b2cb424-274d-4afe-88e2-8c89eab46146</stringProp> |
117 | 117 | </elementProp>
|
118 | 118 | </collectionProp>
|
119 | 119 | </HeaderManager>
|
@@ -400,7 +400,7 @@ catch (Exception ex) {
|
400 | 400 | </BeanShellAssertion>
|
401 | 401 | <hashTree/>
|
402 | 402 | <ConstantTimer guiclass="ConstantTimerGui" testclass="ConstantTimer" testname="Constant Timer" enabled="true">
|
403 |
| - <stringProp name="ConstantTimer.delay">300000</stringProp> |
| 403 | + <stringProp name="ConstantTimer.delay">60000</stringProp> |
404 | 404 | </ConstantTimer>
|
405 | 405 | <hashTree/>
|
406 | 406 | <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="HTTP Request" enabled="true">
|
@@ -476,11 +476,11 @@ if (total == 4) {
|
476 | 476 |
|
477 | 477 |
|
478 | 478 | String extractedTotal = vars.get("totalCallback");
|
479 |
| -System.out.println("000000000000"+extractedTotal); |
| 479 | +System.out.println("extracted Total callback: "+extractedTotal); |
480 | 480 | //System.out.println("12323123123123123fgg "+ctx.getPreviousResult().getResponseDataAsString());
|
481 | 481 | // Current thread number
|
482 | 482 | int threadNum = ${threads};
|
483 |
| -System.out.println("8888888888888888 "+threadNum); |
| 483 | +System.out.println("Total Threads: "+threadNum); |
484 | 484 | // Convert the extracted total to an integer
|
485 | 485 | int total = Integer.parseInt(extractedTotal);
|
486 | 486 |
|
|
0 commit comments