How to Set and Get values for text boxes, check boxes, radio buttons and Labels...
Scenario 01:-
Need to ask very basic question. Assume in my web page there are Text boxes,Check boxes, Radio buttons and Labels. In my code level I need to Set some values to these components. Refer the following example. I am using TestStudio Project and hope to implement code in the ''New Coded Step'' area. Please guide through code how to SET values to following fields. I do not need a Enumeration examples.
ex: -
TextBoxA = 'Obama'
TextBoxB = 'Sanath'
TextBoxC = 'Mike'
RadioButtonA = true
CheckBoxA = true
LableA = 'This is February'
Scenario 02:-
I need to GET values of above components which user is inserted.Consider this is as a different case. I am using TestStudio Project and hope to implement code in the ''New Coded Step'' area. Please guide through code how to GET values to following fields. I do not need a Enumeration examples. Please refer attached screenshot. That is the form which I need to GET values..
Scenario 01:-
Need to ask very basic question. Assume in my web page there are Text boxes,Check boxes, Radio buttons and Labels. In my code level I need to Set some values to these components. Refer the following example. I am using TestStudio Project and hope to implement code in the ''New Coded Step'' area. Please guide through code how to SET values to following fields. I do not need a Enumeration examples.
ex: -
TextBoxA = 'Obama'
TextBoxB = 'Sanath'
TextBoxC = 'Mike'
RadioButtonA = true
CheckBoxA = true
LableA = 'This is February'
Scenario 02:-
I need to GET values of above components which user is inserted.Consider this is as a different case. I am using TestStudio Project and hope to implement code in the ''New Coded Step'' area. Please guide through code how to GET values to following fields. I do not need a Enumeration examples. Please refer attached screenshot. That is the form which I need to GET values..