122. Using isEditable( ) command to verify whether the Text Box field is enabled or disabled






As explained in the previous post, isEditable( ) is the predefined method of Selenium RC, which is used to verify whether the specified form element is either enabled or disabled.

isEditable( ) method will return true if the specified form element is enabled else it will return false.


Test Description:

Please go through the comments on the below screenshot to understand the Test Description




Lets Implement the Test on Eclipse IDE:

Pre-requisites:

1. Create a new Project say 'RC-Project69' in Eclipse IDE
2. Configure the Project to work with Selenium RC
3. Configure the Selenium Standalone Server to run from Eclipse IDE
4. Create a package say 'package69' under the newly created project.
5. Create a Java Class file say 'Class69' under the newly created package as shown below:




Actual Steps:

1. Write the following code into the newly created Java Class file as shown below and make sure that you resolve all the errors before going to next step:




2. Write the test method 'isEditableMethodDemo()' which uses CSS Path Statements for locating the  Text Box field and Text Area field as shown below:




3. Start the Selenium Standalone Server
4. Save and Run the 'Class69.java' file by selecting the 'JUnit Test' option and observe that our Automation code has verified whether the specified Text Box field is either enabled or disabled and typed the verification result into the Text Area field as shown in the below video:

Watch the below video:

Click here to watch the video.

Download this Project:


Click here to download this project and import into Eclipse IDE  on your machine.


Please comment below to feedback or ask questions.

Using select command to select a list item from the drop down field  will be explained in the next post.



 

Followers

Labels