Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 1706 by daoquang...@gmail.com: Google result in Robot returns different ranking list with Actual browser.
http://code.google.com/p/robotframework/issues/detail?id=1706

A. Environment:
- Win Vista 32 bits
- Google Chrome, Firefox up-to-date at this time

B. Code.
*** Test Cases ***
Rank
    Open Browser    http://www.google.com.vn    ff
    Input Text      name=q                               atdd framework
    Submit Search
    Wait Until Element Is Visible       xpath=//div[@class='srg']/li[@class='g']

C. Steps:
1. Execute code
2. Observe Web-driver of Robot framework
3. Manual action the code: open browser - input 'atdd framework' - submit search.
4. Compare the result between Robot and manual.

C. Expected results:
1 Web-driver browser (Selenium2 library is imported in source file) is opened and inputed "atdd framework" in search form.
2. The Web-driver google display 10 results.
3. As normal
4. The ranking position and page ID are same as

D. Actual results:
4. The ranking position is different.
Ex.
Robot: 'Robot Framework - Google Code' rank at 3rd
Actual: 'Robot Framework - Google Code' rank at 6th

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to