In Selenium variables are stored in _____________

Options
- storedVars
- storedVariables
- VariablesStore
- All of the above


CORRECT ANSWER : storedVars

Discussion Board
selenium

Answer: storedvars
Solution: In selenium we use 2 functions for storing value into variables. store(expression, variable name) and storedvars[‘variablename’].
Therefore, as per the option only storedvars is the correct answer.


Rohit Srivastava 07-28-2014 05:39 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