[NEW RELEASE VERSION 3.0.0] The QTaste is an open-source functional and non-functional test environment offering services to developers and testers. It has been implemented following a data driven testing philosophy.
Breakpoints are not working in case of variable with value None and an exception is logged:
ERROR com.qspin.qtaste.testsuite.impl.JythonTestScript - JythonTestScript.java:941 - java.lang.NullPointerException
at com.qspin.qtaste.testsuite.impl.JythonTestScript$ScriptBreakpoint.getPythonVariablesDump(JythonTestScript.java:1149)
at com.qspin.qtaste.testsuite.impl.JythonTestScript$ScriptBreakpoint.breakScript(JythonTestScript.java:1049)
Breakpoints are not working in case of variable with value None and an exception is logged:
ERROR com.qspin.qtaste.testsuite.impl.JythonTestScript - JythonTestScript.java:941 - java.lang.NullPointerException at com.qspin.qtaste.testsuite.impl.JythonTestScript$ScriptBreakpoint.getPythonVariablesDump(JythonTestScript.java:1149) at com.qspin.qtaste.testsuite.impl.JythonTestScript$ScriptBreakpoint.breakScript(JythonTestScript.java:1049)