To execute test cases in sequential mode or sequential order, we need to make use of [ProcessTestFixture] and [TestSequence] attribute. To Execute test cases sequentially in the given selected order which is given by a programmer/ developer, we need to add Mbunit.Framework.dll in project's references.
In the below example, we will navigate to the Facebook application and we will automate the application by using Selenium Webdriver Script.
In order to automate its controls like firstname , surname , mobile name, email address, new password, & so on from Register page of Facebook application, we use various control properties like its Control id, control name, XPath, className, cssSelector, Tagname etc.
If Control id, control name, className, cssSelector, Tagname are not available for n control, then we need to use an XPath. Each control will have a unique XPath to identify a control.