Elements

  1. Type and Enter your Git username
  2. Assert that user has image
  3. Print the user name & other informations
  4. Assert that no.of public repositories are listed correctly
  5. eg. if Public Repos has 10 then in the list 10 links should be available

Insight

On completion of this exercise, you can learn the following concepts.
  1. findElements
  2. List (Java)
  3. Enhanced for loop
  4. To validate image is exists
  5. Assert (Validation)