Selenium Forum: Functional And Regression Testing Tool.
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
Display results as :
Advanced Search
Latest topics
AEM Training | Free Online DemoWed Apr 21, 2021 5:45 pmazharuddin
c# PageFactory - issue initializing elementsFri Nov 01, 2019 8:40 pmthegoatboy
Selenium making automatic connection to random urlsMon Jul 08, 2019 12:58 pmrepairtechsolutions1
How can we design the custom framework in Selenium RCMon Jun 24, 2019 2:26 pmrandybonnettes
What are the new features in Selenium 3.0Tue Jun 18, 2019 5:37 pmpappyvicky
What are you using Selenium for? Fri Apr 12, 2019 3:52 amzhl
LIMITATIONS OF SELENIUMWed Apr 10, 2019 11:23 amswara
Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search

Go down
avatar
the_Grinch
Posts : 1
Join date : 2013-03-19

Interesting Issue Empty Interesting Issue

Tue Mar 19, 2013 10:42 pm
Recently we began to use Selenium WebDriver to test out our online application to apply for a degree. It's worked very well, except for one issue. Basically, you register on the website and begin your app. As you complete each tab you can hit the "Continue" button to bring you to the next tab. Once all of that is complete you hit submit and the information is sent to Salesforce. If I do this manually, everything appears in Salesforce as it should. If I do it through WebDriver or IDE, the app submits successfully, but none of the information ends up on Salesforce. A work around I found was to hit the "Save" button we provide in case the user wants to come back at a later time and finish their app. Thus if I hit the "Save" button after completing each tab and then submit, the information is sent to Salesforce. Any ideas?
Advisor
Advisor
------------------------
------------------------
Posts : 387
Join date : 2009-07-30
Location : India
https://seleniumforum.forumotion.net

Interesting Issue Empty Re: Interesting Issue

Thu Mar 21, 2013 8:33 pm
may your information is not properly entering into your form and when you hit the next button, it shows blank and move forward. Visually it is filling info but at back end it's not entering. try to use other input method to enter the text, may be it will work.
The other possible reason could be focus is not set during entering info and when you hit next button, it blanks all value. check the focus properly and frame it's within.

Hope this will help. best of luck.

bye
vinayakjadhav1857
vinayakjadhav1857
Active particpant
Active particpant
Posts : 19
Join date : 2013-04-22

Interesting Issue Empty Re: Interesting Issue

Fri May 10, 2013 11:48 am
u can wait for some time of interval before you go for "Continue"..meanwhile server will get time to reply your request with filled data..
Sponsored content

Interesting Issue Empty Re: Interesting Issue

Back to top
Permissions in this forum:
You cannot reply to topics in this forum