I am new to QAF. I m using common steps to store value into one variable and need to assert one locator has that value.
store(Object val, String var);
store(2000, “currnetBalance”);
I need to do below activity.
- System.out.println(${varname})
- How to pass asserttext(“//@[availableText]”, ${varname})
I tried to pass single quotes, double quotes, concatenate string not able to print result.