Give me business scenerio of using Agility pack

nellie 126 Reputation points
2021-02-11T18:23:38.687+00:00

i know its stupid question but its the first time am using this..... need good valid scenario to use it.... e.g testing elements..
Give me a scenario it being used by yourself...

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
9,508 questions
0 comments No comments
{count} votes

Accepted answer
  1. Karen Payne MVP 34,671 Reputation points
    2021-02-11T19:54:46.84+00:00

    I've found little use for this library but have used it in unit testing to validate elements exists in mocked up web pages.

    In my opinion this library is great for validating information in unit test and in some cases with scrapping web pages. One thing one typically needs some expertise when using this library is basic knowledge of regular expressions and a decent understanding of the DOM (Document Object Model).

    0 comments No comments

0 additional answers

Sort by: Most helpful