Design edge test based test cases for the function F(x,y). The inputs domain of x and y are divided into the following equivalent classes : Valid classes: {1≤x<3}, {3≤x<4}, {4≤x<5} and {2≤y<5}, {5≤y<6}. Invalid classes: {x<1}, {x≥5} and {y<2}, {y≥6} List the normal test values and robust test values for variable y.