wanghaiping1111 发表于 2008-3-30 17:34:25

我现在也是做功能测试,也是刚入门,感觉很有挑战性,但是我想好好的把测试工作做好。顺便说下我,我也是从开发转到测试的,现在男孩子找测试的工作真不容易,一至都认为男孩子做事不认真,汗,我还要加油哦。

yitushuangjing 发表于 2008-4-1 17:04:33

I'm a Basic Software Tester too!

大树 发表于 2008-4-5 15:10:02

信心剧增,以后就在这一行吃饭了

卡卡 发表于 2008-4-8 11:14:34

大家共同努力吧..!
   等我们都当上公司的老总.了..
      我们一定要接纳更多的测试人员..!

zhaoleixinlang 发表于 2008-4-9 13:04:04

我也是刚刚接触测试:Q

erfeng_sea 发表于 2008-4-10 20:49:14

软件测试工程师再往上走是什么?

luoqin 发表于 2008-4-11 13:54:09

有是动力十足,有时迷茫着...:lol

jinpeng99 发表于 2008-4-11 15:48:52

很有信心了

rongrongyang1 发表于 2008-4-18 17:46:04

瞎扯,博士谁做测试啊

ascendboy 发表于 2008-4-18 20:22:34

回复 1# 的帖子

即将加入测试的行列,读后很有底气了!
预祝软件测试行业欣欣向荣!

godn_1981 发表于 2008-4-19 16:30:16

加油,兄弟们!

测试大有前途,加油!:lol :lol :lol :victory:

msweilin 发表于 2008-4-22 14:58:39

回复 3# 的帖子

我也在和你做一樣的事情。。。。:(

菜鸟上路 发表于 2008-4-22 15:30:09

猛人`

philosophy 发表于 2008-4-22 15:32:05

想入门了,基本决定在这个领域进行奋斗

hbltxlh 发表于 2008-4-28 16:10:56

回复 9# 的帖子

:lol

my51 发表于 2008-5-5 21:03:02

单元测试找bug!

namespace MyStack
{
    public class MyStack
    {
      private int nextIndex;
      private string[] elements(元素);
      public static void Main(string[] args)
      {
      }
      public MyStack()
      {
            elements = new string;
            nextIndex = 0;
      }
      public void Push(string element)
      {
            elements = element;
      }
      public string Pop()
      {
            return elements[--nextIndex];
      }
      public void Delete(int n)
      {
            nextIndex = nextIndex - n;
      }
      public string Top()
      {
            return elements;
      }
      public int Size()
      {
            return this.nextIndex;
      }
    }
}

liaoliliy 发表于 2008-5-6 13:19:58

我正打算辭職,開發轉測試:P

peach8977 发表于 2008-5-7 14:08:31

看来前途无量啊!大家都努力吧!

shuxiaomei 发表于 2008-5-7 16:22:36

我没读

不知道为啥,看到这么少的人来这里,就很没信心,这个论坛算是测试领域比较大的了,但发的帖子都是很早以前的,回复的人也不多,真是令我失望呀。。。。
:L

xingtong 发表于 2008-5-7 17:10:54

我还没毕业呢 。以后想做软件测试,请各位前辈多多赐教啊!!!现在学校应学些什么东西才符合要求?
页: 3 4 5 6 7 8 9 10 11 12 [13] 14 15 16 17 18 19 20
查看完整版本: 从程序员到测试工程师(转贴)