Quality Testing

Quality is delighting customers

If any of the testers struggling with selenium post the question here will reply you back

If any of the testers struggling with selenium post the question here will reply you back .

Views: 1654

Reply to This

Replies to This Discussion

Hi San,

    I want to Upload a file through selenium. Is it possible.?  Use this link to help me..  http://www.freeimagehosting.net/

HI i had exp in manual testing only, now i am getting into Selenium and i want to learn selenium and how we will do the test in selenium? can u explain me the procedure? 

In manual testing first we will write a test scenarios and frm that scenarios we will write a test case . in TC test description, test step, test data and expected o/p will be there. as per the TC we will test the application and write the actual o/p.

like that in selenium (whatever it is IDE/RC) how we can do this and all. and wht is the procedure to do things in selenium...

can u pls help me out in this...

Please go through below Blog...

 

http://www.testerinyou.blogspot.com/

hello Santhosh,

how to select options from drop downs in selenium using java &

how to handle confirmation pop up's

Thanks in advance

Use Select Class provided by selenium webdriver. 

this is the way how you select options from drop downs in selenium using java

driver.findelement(by.xpath("******************")).sendkeys("*********");

handling popups..

Alert al=driver.switchTo().alert();
al.accept();

Thanq Indradeep for u r reply.

we can select values from drop downs by using Select command also

s.select("locatorname","Optionallocatorname")

...it's working

got solution after some analysis.....

thanq swathi

Hi Santosh...
i am using selenium RC with Java,
rite now, i am trying to save the data that is entered into two text boxes. when ever i am executing my test script, text box is getting focused but data is not getting filled on those...
Error console is displaying the error.. Timed out After 10000ms.
 VALUABLE SUGGESTIONS ARE HIGHLY APPRECIATED.
               please  do the needful help..

without code and without debugging cant suggest a solution 

One aproach is put breakdown and analyse the code why it is happening so

hi Santhosh,

while running any programme ..if  i get some error's ..after debugging my errors if i try to run my selenium server it is not running..until and unless i restart my system.....it show's some error's like"at org.openqa.jetty.http.SocketListener.start(SocketListener.java:204)"..

it is very difficult to restart my system every time

so could u pls suggest any solution for this......

hi

  To upload any file use sendkey() function ..

RSS

TTWT Magazine

Welcome to Quality Testing!

Sachin Natu

 Manager QA at IdeaS Revenue Optimization

Advertisement

Submit A Job

Submit A Tool

Advertisement

Videos

  • Add Videos
  • View All

Badge

Loading…

© 2013   Created by Quality Testing.

Badges  |  Report an Issue  |  Terms of Service