Service virtualization: Need help to compare string and determine what the bean shell is doing.
Please help me to debug the beanshell script. I am attempting to do string comparison but am unable to troubleshoot
Any released DevTest versions.
Component : CA Service Virtualization/Application Test
Creating a property "TestEnvironment=PHOENIX" in project.config and then the if clause works when string comparison is done as below:
String Environment = testExec.getStateValue("TestEnvironment");
if(TestEnvironment.equals("PHOENIX"))
{
....
...
}