what is the difference between the focused and enabled?
Answers were Sorted based on User's Feedback
Answer / satish
Enabled
for example when you look at any push button, check whether
it is active or not. If it is active, then it is enabled,
if it is inactive then it is disabled.
Focused
for example when you open any login form, check where the
cursor is. In Yahoo login, the cursor is at yahoo id text
box, that means yahoo id text box is focused. after entering
yahoo id press tab, the cursor goes to password text box,
here password box is focused, press tab, the cursor goes on
push button i.e. submit. Here Submit button is focused.
correct me if I am wrong......
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / satyaprasad
enabled means that field is in activated mode.focussed
means even it is in disabled mode it can be focussed ex:if
press Tab button in any open window ,disabled fields also
be focussed
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the format of test report?
what is the difference between Test case and Test scenario? is it necessary to prepare scenarios before writing test cases?explain in detail.
What is the good qualities of test enginner
can you please tell me what is test script ..with example what is the difference between test script and test cases
What is test methodology?
exact definition of defect tracking?
Did you have access to all the modules(Requirements, Test plan,Test Lab, Defects, & Dashboard) in Quality Center(QC) or only to some particular ones?
Diff b/n UAT & IST? What is meant by UAT?
What are all covers for the Unit Testing ?
What is Trivial Bug?
If we have no srs, brs but we have test cases does you execute the test cases blindly or do you follow any other process?
Can anyone explain me about, the white box testing and black box testing, in detail?