Hi Sekhar,
You can make use of "selection" property of Tab control. It retains the name of the Tab that is currently selected.
In your application, there are two Tab controls i.e parent and child. After lunching your application retrieve the value of the "selection" property for both the Tab controls and check if they are the expected ones (i.e. Summary and Data Summary) or not.
Hope it will help you..
You can make use of "selection" property of Tab control. It retains the name of the Tab that is currently selected.
In your application, there are two Tab controls i.e parent and child. After lunching your application retrieve the value of the "selection" property for both the Tab controls and check if they are the expected ones (i.e. Summary and Data Summary) or not.
Hope it will help you..