Quality is delighting customers
If any of the testers struggling with selenium post the question here will reply you back .
Tags:
Permalink Reply by Subramanian on January 21, 2011 at 5:43pm Hi San,
I want to Upload a file through selenium. Is it possible.? Use this link to help me.. http://www.freeimagehosting.net/
Permalink Reply by Prabu Ramaraj on February 23, 2011 at 4:02pm 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...
Permalink Reply by Nagraju dasam on February 25, 2011 at 3:36pm
Permalink Reply by swathi on August 22, 2012 at 6:13pm hello Santhosh,
how to select options from drop downs in selenium using java &
how to handle confirmation pop up's
Thanks in advance
Permalink Reply by 0Santhosh Automation Engineer on August 23, 2012 at 12:34am Use Select Class provided by selenium webdriver.
Permalink Reply by indradeep on August 29, 2012 at 2:51pm 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();
Permalink Reply by swathi on August 29, 2012 at 6:54pm 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.....
Permalink Reply by i am Imam on August 23, 2012 at 10:08am 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..
Permalink Reply by 0Santhosh Automation Engineer on September 8, 2012 at 7:50pm without code and without debugging cant suggest a solution
One aproach is put breakdown and analyse the code why it is happening so
Permalink Reply by swathi on August 27, 2012 at 5:26pm 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......
Manager QA at IdeaS Revenue Optimization
© 2013 Created by Quality Testing.