
|
If you were logged in you would be able to see more operations.
|
|
|
WET
Created: 16/Aug/06 10:07 AM
Updated: 09/Jul/07 01:56 AM
|
|
| Component/s: |
None
|
| Affects Version/s: |
0.9.8_beta1
|
| Fix Version/s: |
1.0.0
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
File Attachments:
|
None
|
|
Image Attachments:
|
|
|
|
When WET tries to compute the label of an element, it makes a guess as to what the adjacent element is. When the adjacent element is another input element, like textbox, list etc., it uses the complete contents of this input (say all items or typed text) as the label.
|
|
Description
|
When WET tries to compute the label of an element, it makes a guess as to what the adjacent element is. When the adjacent element is another input element, like textbox, list etc., it uses the complete contents of this input (say all items or typed text) as the label. |
Show » |
|
Steps to reproduce:
1.I logged into the webmail
2.I had created few transactions and one of the transactions being clicking on the Search link to find the mails.And the drop down box has options like INBOX,Sent,Trash,Draft.I was able to find the mail of a particular sender if i input that value in the textfield given and selecting an option from the drop down box.
These are considered as folders in this webmail
3.But when i create folders and try some operations like renaming them subscribung them and then run the test using batchrunner,i get a message in the result window saying"cannot locate watir Edit().
Workaround:
Changed the names of key ,value in the object store manger of wet ui for this object and ran the test,i was able to get the correct results.
This problem was occuring because,it was not able to recognise that object as the adjacent elements were the folders added.