Forum Discussion

jorgesimoes1983's avatar
jorgesimoes1983
Regular Contributor
10 years ago
Solved

TestComplete Spell Checker

I would like to Spell Check every new site page that opens while testing. Does anyone do it? How do you do it?
  • TanyaYatskovska's avatar
    10 years ago
    Hi Jorge,

     


    I googled several third-party libraries for spell-checking. It looks like there are many libraries that can be included into your web site to perform checking of the entire page or only words in the specific fields. You can consider this possibility.


     


    Some utilities contain libraries that you can try adding to TestComplete's CLRBridge and calling the methods to check the specified string. It looks like it's worth investigating JavaScript SpellCheck.


     


    Anyway, I suggest that you analyze the libraries (some of them are free, others are paid) and try using them in TestComplete by using one of the approaches listed here.