Development

I am trying to create an automation tool to test a salesforce platform. When I try to create a new form, the text is displayed but it’s really just an injection from Javascript. Is there any way to have the text not disappear? Here is what my IDE looks like so far

I am currently setting up some REST API tests. I have a test case that has the following Steps:

Data Source – Get all Auth credentials in database
REST Request – Auth POST getting auth token components
Groovy Script – Create Auth token variable in test case properties
Data Source – Get expected information from database
REST Request – Account information GET
Data Source – Get Json response from GET Request step (step 5) and put it into table form.
Assertion – Compare data source table from step 4 + 6
Data Loop – Loop back to step 2

I am currently having issues with step 7. I have the expected table from step 4 which is in the form of column; [id][name] with varying rows depending on the account logged in. Then I have the table in the same format from step 6.

What is the best way to compare that these two tables and assert whether they have the same data in them. So I need to loop through each row and match it to the other table. Both tables will be sorted by id so they will be in the same order.

I have tried the assertion test step, however that only seems to assert the first row in both tables.

Testing web based application for Performance Testing. Servers are physical servers.
Script is running without errors in vm and in vm by using Host Entry files is to pointing out to PREUAT Enviornment.
Same script pushed into Azure Pipeline but getting as **Non HTTP response code: java.net.UnknownHostException/Non HTTP response message: aviarywebui.com 40 83.33% 83.33%
Non HTTP response code: java.net.UnknownHostException/Non HTTP response message: aviarywebidentity.com **
[![enter image description here][1]][1]
JMeter script [![enter image description here][2]][2]
[![enter image description here][3]][3]
[![enter image description here][4]][4]
In the Azure Pipeline logs shows as succeeded.
[![enter image description here][5]][5]
[![enter image description here][6]][6]
[![enter image description here][7]][7]
[![enter image description here][8]][8]
[![enter image description here][9]][9]
[![enter image description here][10]][10]
[![enter image description here][11]][11]
[![enter image description here][12]][12]
Could anyone please help me
[1]: https://i.sstatic.net/6Gjll.png
[2]: https://i.sstatic.net/Pbj2B.png
[3]: https://i.sstatic.net/8jUao.png
[4]: https://i.sstatic.net/Wk4B0.png
[5]: https://i.sstatic.net/Wfnjm.png
[6]: https://i.sstatic.net/kWxS2.png
[7]: https://i.sstatic.net/tI3n6.png
[8]: https://i.sstatic.net/39wfi.png
[9]: https://i.sstatic.net/fpTxt.png
[10]: https://i.sstatic.net/rPRiT.png
[11]: https://i.sstatic.net/7Ah9b.png
[12]: https://i.sstatic.net/Hcr9V.png

A package to build quick and robust rest api for the Laravel framework. Source: Read More 

Streamlined integration of OpenAI’s ChatGPT (GPT-3.5, GPT-4) into Laravel applications. Source: Read More 

Dead-simple way to load CSS or JS assets only once per page, when using Laravel 10+. Source: Read MoreÂ