Need Help from Selenium Gurus

Archived from the original Sajha.com — preserved as posted, replies can no longer be added here.
Start a New Discussion
Archived Post

Write an automated test code using Selenium for the below mentioned scenario: (Would like for this to be implemented as a Cucumber test). Feature: Find a school match using Location and Major 1. Navigate to www.collegeconfidential.com 2. Select Find A College tab 3. Select Majors 4. Select Bachelor’s Degree radio button 5. Enter Computer Software Engineering in text box and add to list of majors 6. Select Sports 7. Select Women’s Radio button 8. Select Bowling 7. Verify Indiana Tech is listed as a 100% match Help is appreciated.

kastochha · Oct 27, 2016 1:57 PM · 10,931 views

3 Replies

URL GOTO=http://www.collegeconfidential... TAG POS=1 TYPE=SPAN ATTR=TXT:SearchForYourBestFit TAG POS=1 TYPE=A ATTR=ID:find_college_majors FRAME F=2 TAG POS=1 TYPE=INPUT:RADIO FORM=ID:majorCriteria ATTR=ID:degreeTypeRadio0 TAG POS=1 TYPE=INPUT:TEXT FORM=ID:majorCriteria ATTR=ID:majorSearchText CONTENT=ComputerSoftwareEngineering TAG POS=1 TYPE=SPAN ATTR=TXT:ComputerSoftwareEngineering TAG POS=1 TYPE=A ATTR=ID:critHeader16 TAG POS=1 TYPE=INPUT:RADIO FORM=ID:sportsCriteria ATTR=ID:athleticsGenderRadio1 TAG POS=1 TYPE=SELECT FORM=ID:sportsCriteria ATTR=ID:selectAthletics CONTENT=%10 TAG POS=1 TYPE=DIV ATTR=TXT:IndianaTechFortWayne,IndianaExpandRequestInf* TAG POS=1 TYPE=SPAN ATTR=TXT:FortWayne,Indiana TAG POS=1 TYPE=A ATTR=TXT:IndianaTech

gone12 · Oct 27, 2016 2:08 PM

@gone12, this is more of a writeup, not an actual code. How would you write an actual code for this. Help is appreciated.

kastochha · Oct 27, 2016 2:11 PM

Hope the following thread will help to learn some thing related. Share it if you support this thread. http://sajha.com/sajha/html/in...

unite_nepali · Oct 27, 2016 6:13 PM

This conversation is preserved exactly as it was on the original Sajha.com and can't accept new replies.

Start a New Discussion