Closed GoogleCodeExporter closed 9 years ago
I have similar issue with other function as well.
Steps:
Open Export Target tool
Select a Target
Click "Open Target Type configuration" button
This opens a new popup window with target selection dropdown and text fields to
enter Hostname, username, password etc,.
Select a Target type from dropdown list
Enter details in all text fields
And click OK button
Open "Configure Export Type" again and Verify the values are saved
Expected:- All values entered in above step are saved.
Actual:- The dropdown list has the selected value, but all text fields have
lost the values entered and are blank.
Again this is a problem only with Automation tool. Application works fine, that
is the results are as expected when run manually.
Same library version and system details as above.
Original comment by test.exp...@gmail.com
on 17 Feb 2012 at 2:26
I have solved another issue which I had, but unable to resolve the above two.
The issue I solved is:
Steps:
Open Export Target tool
Click on "Add New Target" button
A popup is displayed with a Textfield to enter the Name with OK and Cancel
buttons
Enter the Name and click OK
Expected:- New target name is displayed in the list of Targets in the Table
Actual:- Blank (or Empty) name is added to the list
I resolved this issue by adding fireEvent(text field locator, blur) in Selenium
IDE and below commands in robotframework
Call Selenium Api type xpath=//input New
Call Selenium Api fire_event xpath=//input blur
Call Selenium Api focus xpath=//*[.='OK']
Click Element xpath=//*[.='OK'] 1m
I tried the similar steps to above two issues reported, but they don't work.
Any help in this regard will be much appreciated.
Look forward for any responses...
Thanks!
Original comment by test.exp...@gmail.com
on 17 Feb 2012 at 2:36
This issue trackes is meant for bug reports and enhancement ideas.
Please post questions to the user mailing list:
https://groups.google.com/forum/?fromgroups#!forum/robotframework-users
These issue might still be related to application implementation.
Original comment by janne.t....@gmail.com
on 22 Mar 2012 at 7:15
Original issue reported on code.google.com by
test.exp...@gmail.com
on 17 Feb 2012 at 2:21