Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slider test #16

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Slider test #16

wants to merge 7 commits into from

Conversation

vidya-mb
Copy link
Contributor

Functionality tests for slider

<StackPanel Margin="351,5,21,54">
<RadioButton Content="RadioButton1" GroupName="radio_group_one"/>
<RadioButton Content="RadioButton2" GroupName="radio_group_one"/>
<RadioButton Content="RadioButton3" IsEnabled="False" />
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<RadioButton Content="RadioButton3" IsEnabled="False" />
<Separator/>
<RadioButton Content="RadioButton3" IsEnabled="False" />
<Separator/>

<RadioButton Content="RadioButton2" GroupName="radio_group_one"/>
<RadioButton Content="RadioButton3" IsEnabled="False" />
<RadioButton Content="RadioButton4" />
<RadioButton Content="RadioButton5" GroupName="radio_group_two" />
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<RadioButton Content="RadioButton5" GroupName="radio_group_two" />
<Separator/>
<RadioButton Content="RadioButton5" GroupName="radio_group_two" />

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add separators, they are going to separate different radio button groups, presently it is misleading.

else
{
Console.WriteLine("Application not found.");
Assert.That(app.Close());
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here if app is null then we cannot close the app - app.close() will throw exception. Consider this in all the other controls as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants