Issue with TestCase configuration and during execution, it take the default value instead of the dat

Hello, I have 1 testcase ( TC_Login), whereby it has been configured to loop data from an excel.
Below are sceenshots of configuration:

Manual tab:

Variable tab:

When execute from here, the browser just open and nothing happen.

Could someone help?

image.png

Capture.PNG

Ziyaad,

The input of Navigate to Url function is a URL in string format. The variable you set is in Test Data object. It might cause exception on wrong data type. With this approach, you need to get the data out first, convert it into string then use in the NavigateToUrl function.

1 Like

Ok, thank you :slight_smile: