C# Class Ecolab.Pages.ChemicalsTabPage

Inheritance: PageBase
Datei anzeigen Open project: geeksree/cSharpGeeks

Public Methods

Method Description
ChemicalsTabPage ( Ecolab TelerikPlugin ) : ArtOfTest.Common.UnitTesting

reading guimap OR objects

ChemicalsTabPage ( List utilsList ) : ArtOfTest.Common.UnitTesting
ClickOnUpdateButton ( ) : void

Click on update button after verfication

DeleteContactsDetails ( string text ) : void

Deleting Contact Details

InlineEditChemicalsGrid ( string cost ) : void

Inline Editing and Updating the Records from Chemicals Gridview

SelectChemicalName ( string txtChemName ) : void

Select the chemical name from dropdownlist

UpdateChemicalsData ( string updateCost ) : void

Updates the chemicals data

VerifyColumnsExist ( ) : bool

Verifying the Column fields exists or not comparing with actual and expected columns of chemical grid.

Method Details

ChemicalsTabPage() public method

reading guimap OR objects
public ChemicalsTabPage ( Ecolab TelerikPlugin ) : ArtOfTest.Common.UnitTesting
TelerikPlugin Ecolab
return ArtOfTest.Common.UnitTesting

ChemicalsTabPage() public method

public ChemicalsTabPage ( List utilsList ) : ArtOfTest.Common.UnitTesting
utilsList List
return ArtOfTest.Common.UnitTesting

ClickOnUpdateButton() public method

Click on update button after verfication
public ClickOnUpdateButton ( ) : void
return void

DeleteContactsDetails() public method

Deleting Contact Details
public DeleteContactsDetails ( string text ) : void
text string
return void

InlineEditChemicalsGrid() public method

Inline Editing and Updating the Records from Chemicals Gridview
public InlineEditChemicalsGrid ( string cost ) : void
cost string
return void

SelectChemicalName() public method

Select the chemical name from dropdownlist
public SelectChemicalName ( string txtChemName ) : void
txtChemName string
return void

UpdateChemicalsData() public method

Updates the chemicals data
public UpdateChemicalsData ( string updateCost ) : void
updateCost string
return void

VerifyColumnsExist() public method

Verifying the Column fields exists or not comparing with actual and expected columns of chemical grid.
public VerifyColumnsExist ( ) : bool
return bool