Selenium [Testing Automation tools] ඉගෙන ගනිමු...

sw7x

Well-known member
  • Nov 12, 2007
    11,120
    2,300
    113
    කරන හැටි කියල දෙනවඉ කියල මාම දුවන් ආවෙ
    ඔක ගැනන් මොනව කත කරන්නඩ බන් ඩාපන් tutorial එකක්
     

    Jolly_Roger

    Well-known member
  • May 2, 2009
    10,600
    1,606
    113
    Colombo XOR Matara
    mama wadiya danne naha. ape QA la use karanawa.
    mulinma test cases okkoma hadaganna ona. eeta passe ekin ekata test program karala run karala danna thiyenne :rofl::rofl::rofl:
    ape ewun nam browserstack account ekak thamai use karanne. eke url eka deela run karanawa. echcharai danne :dull::dull:
     

    Scarface

    Well-known member
  • Dec 8, 2008
    1,711
    471
    83
    morphine base
    selenium is framework used to automate manual testing.

    First of all we can record the expected user activity(lets say logging in process) using selenium ide. This ide can be added to a browser like firefox as an addon.

    Then you can use a tool like firebug to capture all the elements in a testable web page. if you can find labels of user id field,its text input and submit button we can write a java class to pass values to that text field and click on submit button via the coding.

    TestNG is an external package which has all the required classes which we need to automate test cases. testNG an be added to a java ide(e.g eclipse) as a plugin. You can emulate user functionality with the help of emulated web drivers built in to selenium. Basically a web driver is a clone of an existing browser like firefox,which can be only used via the CGI. you can find web drivers for firefox, chrome etc. Using that we can also set the expected outcome. Then after no need of manually entering text input to those fields and clicking on submit button.'Just has to run the test package. output will be visible through the java ide itself.

    It is easy if you can learn it from someone who has experience on that. Anyone interested in learning this can send an email to following address as he is conducting test automation classes for a reasonable fee.


    [email protected]

    p.s. I'm not aruna btw, I followed his class long time back. :P
     

    Jolly_Roger

    Well-known member
  • May 2, 2009
    10,600
    1,606
    113
    Colombo XOR Matara
    Last edited:

    chathuvv

    Well-known member
  • Jun 28, 2008
    3,306
    642
    113
    if u guys really interested, in this i can do a session , u guys can participate over TV or skype ?
     
    Aug 9, 2015
    82
    3
    0
    Selenium kiyanne patta automation framework ekak.Java ekkath puluwan ehema naththan Python ekkath puluwan.ara kalin kiyala thibba wage mulinma test cases tika accurate widiyata hadaganna ona.
     
    Last edited: