Author Topic: Software Testing Career  (Read 1920 times)

Offline sasmita

  • Jr. Member
  • **
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Software Testing Career
« on: August 10, 2010, 10:37:57 PM »
Is it necessary for a tester to know programming knowledge or coding

Offline divya_be

  • Jr. Member
  • **
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Re: Software Testing Career
« Reply #1 on: August 11, 2010, 07:01:46 PM »
Is it necessary for a tester to know programming knowledge or coding


no its not necessary till you are doing black box testing...coding is compulsory for white box tester...

advertisement

Offline Mayasen

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 189
  • Karma: +0/-0
  • Mayasen
    • View Profile
Re: Software Testing Career
« Reply #2 on: August 24, 2010, 12:24:35 AM »
Even in black box testing, if you want to automate your testing then the knowledge in coding will be the added advantage. Without coding knowledge you can't even edit and customize the script for your requirement. :)
--
Mayasen

Offline gobikrishna.d

  • Full Member
  • ***
  • Posts: 18
  • Karma: +0/-0
    • View Profile
Re: Software Testing Career
« Reply #3 on: August 24, 2010, 08:56:05 PM »
Hi,

     * In black box testing not required any coding knowledge.

     * In White box testing coding knowledge is mandatory.

     Tester know the coding knowledge, he will do both testing. 

     
Gobikrishna.D

Offline Mayasen

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 189
  • Karma: +0/-0
  • Mayasen
    • View Profile
Re: Software Testing Career
« Reply #4 on: August 25, 2010, 09:10:30 PM »
In BlackBox testing for automation you need coding knowledge; but not required for manual testing.

Am i right gobi..? :)

Hi,

     * In black box testing not required any coding knowledge.

     * In White box testing coding knowledge is mandatory.

     Tester know the coding knowledge, he will do both testing.  

      
--
Mayasen

Offline gobikrishna.d

  • Full Member
  • ***
  • Posts: 18
  • Karma: +0/-0
    • View Profile
Re: Software Testing Career
« Reply #5 on: August 26, 2010, 08:49:59 AM »
Hi Mayesan

            In the Black box testing u are doing in mannual testing, no coding knowledge required.

            If u are ur using automation tools, you will have know the coding knowledge. [base level coding knowledge require while using automation for black box testing.

            -Thanks.
Gobikrishna.D

Offline Mayasen

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 189
  • Karma: +0/-0
  • Mayasen
    • View Profile
Re: Software Testing Career
« Reply #6 on: August 26, 2010, 09:06:49 PM »
Hi Gobi,

I think I too expressed the same. :)
--
Mayasen

Offline AndyZwer

  • Full Member
  • ***
  • Posts: 10
  • Karma: +0/-0
    • View Profile
    • Bug Tracking Tools
Re: Software Testing Career
« Reply #7 on: September 02, 2010, 07:02:44 AM »
Nope, you don't need to know some programmic languages. But it will be plus for you to get some views about PHP, ASP.NET, Java, JavaScript and etc.

One of the main testers job is using software as future customer. Customers that buying software as ex. "player music" - he doesn't need to know some about C++, Compilers and etc.

Offline EDiva75

  • Jr. Member
  • **
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: Software Testing Career
« Reply #8 on: February 15, 2011, 11:27:27 AM »
<<Nope, you don't need to know some programmic languages. But it will be plus for you to get some views about PHP, ASP.NET, Java, JavaScript and etc. >>

Can someone define in their view how much of a knowledge is best to have as a software tester of XML, ASP.NET, Java, JavaScript, PHP, ect  PHP?  I have a bit of initial understanding of XML just recently which was helpful with doing testing about a month ago.  Luckily XML for me was similiar to HTML so that helped in my understanding of it and also keeping up with the tags that are needed.  Any feedback on people's experiences would be much appreciated!
 
 
 

Offline qafromsaintp

  • Jr. Member
  • **
  • Posts: 3
  • Karma: +0/-0
    • View Profile
    • Experienced QA blog
Re: Software Testing Career
« Reply #9 on: February 15, 2011, 03:29:31 PM »
If you want to develop your career you have to learn some programming language (at least) and several scripting language. This will help you definitely not only in white-box testing (which actually is performed by the developers mostly, not by QA engineers). but that will help you to automate, to analyze and to bring up your cost as the human resource

Offline Kapil.52

  • Jr. Member
  • **
  • Posts: 6
  • Karma: +0/-0
    • View Profile
Re: Software Testing Career
« Reply #10 on: June 03, 2011, 09:45:26 PM »
I dont think so. But if you know the flow of operation of the s/w then, its an added advantage. (the place where I work does not provide even this knowledge)

Offline yogesh77

  • Full Member
  • ***
  • Posts: 20
  • Karma: +0/-0
    • View Profile
Re: Software Testing Career
« Reply #11 on: August 09, 2011, 12:16:27 PM »
For mannual testing and black box testing there is no need to look in the actual structre or code......but for white box testing tester must have the knowledge of code..... :)