1.

Without Using The Data Driven Test, How Can We Test The Application With Different Set Of Inputs?

Answer»

The major purpose of the data driven test is to test the application with different types of inputs which helps us in avoiding HECTIC and repetitive work that one should do in manual, which is time consuming task.

If you want to know the ALTERNATIVE, in a for loop or any other loop that you are comfortable with, USE create_input_dialog command and take the value every time from the user and then PASS the value to the function.

The major purpose of the data driven test is to test the application with different types of inputs which helps us in avoiding hectic and repetitive work that one should do in manual, which is time consuming task.

If you want to know the alternative, in a for loop or any other loop that you are comfortable with, use create_input_dialog command and take the value every time from the user and then pass the value to the function.



Discussion

No Comment Found