Skip to content

STGCodeChallengesOrg/QA-CSharp-Automation_Code_Challenge_7_Stub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

QA CSharp Automation Code Challenge #7 (Crawler and get text):

Extension of last project. Use the crawler and catalog every word used and the number of instance each word occurs.

Go to https://www.skiutah.com/

use the crawler written in the past challenges and write a method to keep track of all the words on each page on the site and return to me a list or dictionary of words that exists on the site. Also send me the list or dictionary in a text document.
map.put(key, map.get(key) + 1);

The sample code stub is found in the Utils.cs file.

Refer to the Git Procedure Step By Step document, which contains detailed instructions for accessing code stubs and submitting completed work from/to GitHub.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages