Which is not true in case of Globs, in Selenium?

Options
- Globs are used as default pattern matching technique.
- It is similar to regular expressions.
- The syntax of Globs is much wider than Regular expression
- B and C


CORRECT ANSWER : The syntax of Globs is much wider than Regular expression

Discussion Board
Selenium

Answer: The syntax of Globs is much wider than regular expression.
Solution: Globs: Globs is a technique same as a regular expression for searching a text or value in the system. We use some specified character for searching text like *,? And [ ]
Therefore, the option C is not valid for the Globs.


Rohit Srivastava 07-28-2014 05:05 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement