Sort Table

Emp_ID Name Designation
1010 Koushik QA Software Engineer
1007 Balaji QA Software Engineer
1003 Gopi Automation Architect
1001 Sam David QA Software Engineer
1006 Naveen Jr. Test Engineer
1019 Narashiman Digital Marketing Consultant
TODO:
  1. 1. Check if the sorting functionality working in the table for Name
    • Tip:
    • 1. First get all the values of Name,store in a List and sort
    • 2. Click on the Name header
    • 3. Again get all the values and store in a List
    • 4. Compare both the List