Boundary Value testing

Ask general questions here.
sanjibm
Posts: 3
Joined: Wed May 06, 2015 5:15 am

Boundary Value testing

Post by sanjibm » Mon Jun 08, 2015 12:44 pm

dear ranorex team,

I want to use the data driven testing using ranorex suite.
My tescase structure is

1)Open the browser application
2) Set the defaults parameters in the Page
3) Do the boundary value testing for all the fields ( here I will be using the data table where I have listed all possible values, error messages)
4) then I need to do few more other validation on the web page fileds , like in valid characters,Validate acceptable characters
5)Finally close the browser application

Now i am finding problem in step 3 where i do want the test should first verify all the possible boundary values from the table then it should execute the validation steps mentioned in step 4 and 5.

Can you please suggest how can i achieve this?
You do not have the required permissions to view the files attached to this post.

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: Boundary Value testing

Post by Support Team » Tue Jun 09, 2015 9:35 am

Hello sanjibm,

I hope that I understood your question correctly.

In order to execute all available data rows before doing the validation steps, you will have to move the steps as mentioned within point 4. and 5. to a separate test case.

For example:
TestSuiteStructure.png
Hope this helps.

Regards,
Robert
You do not have the required permissions to view the files attached to this post.