WARDHAMAN BEDMUTHA

WARDHAMAN BEDMUTHA

Member

Member since
May 31, 2009
Last active
May 31, 2020
Total activities
0

Activity feed

Recent contributions

  1. #Threads

    ef285bad-b9fe-49bf-b611-921396c2e99a

    Vidisha SinghHello sir, I want to kno which one is better to learn according to demand of Market , java or php.current...

  2. #Threads

    a20e3b06-4c01-4aef-b70d-1270996b6d0f

    SirajchonuI did my B. Tech (cse) in 2013 looking for testing which domain is demanded and good career-Mobile Testing -Banking Domain -Helathcare...

  3. #Threads

    687fa210-e10c-4075-b9d5-ffe5fedc12a7

    Go with following open source tools : -Selenium IDE(firefox addon) -Selenium Webdriver (either with c#, java ,python etc) -Sahi Pro (#-Link-Snipped-#)

  4. #Threads

    50ee0232-c53e-40eb-ba1c-4a072e0a01ba

    Python for me as its very simple to understand and yet powerful. Learning curve for python is low as compared top Java...

  5. #Threads

    Python Installation -How to install python

    Following are the steps to install python : Step 1: From website <a href="https://www.python.org/downloads/" target="_blank" rel="nofollow noopener noreferre...

  6. #Threads

    6c0ba245-8398-4990-ad53-6f5d9318943e

    Kaustubh Katdare#-Link-Snipped-# - I guess it'd be more interesting and useful if you could post some code showing the concept in action....

  7. #Threads

    Abstract Methods at a glance

    Abstract method is a method which does not have any body (i.e. implementation). Abstract class means it can not be extended(instantiated) Abstract...

  8. #Threads

    Concept of Abstraction

    Abstraction is one of the concept of Object Oriented Programming. In simple terms Abstraction means showing only functionality to user and hiding...

  9. #Threads

    How to get job in software testing outside India?

    If looking for job in testing outside India, how to apply ? Any suggestions on any consultancy?

  10. #Threads

    2287b861-1149-42b3-b76d-caff4dd924b8

    truly inspiring story !! Also good to see that their website displays traffic report and income.I will also recommend to visit site...

  11. #Threads

    1c3ac23b-529d-4ba2-a805-a2c67acd1276

    I have never read any book on database however I have heard most about following book s: 1.Database System Concepts - Henry...

  12. #Threads

    What is Need of Abstract Class In java ?

    Abstract class is a class in java which can not be instantiated. In simple terms you can not create object of that...