wy168 发表于 2024-1-11 16:17:52

4年功能测试跳槽,最后选择了学习自动化测试,月薪18K实现逆袭


    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;"><strong style="color: blue;">一、测试攻城狮的职责是什么?</strong></p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">1、测试攻城狮把关产品质量,在到用户手中之前,确认功能正常使用</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">2、测试攻城狮把关产品质量,在到用户手中之前,确认功能正常使用。测试攻城狮把关产品质量,在到用户手中之前,确认功能正常使用。保证软件质量和安全。</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">3、那我们测试的对象有哪些?</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">· Web网站</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">· APP手机端</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">· PC客户端</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;"><strong style="color: blue;">二、为什么要学自动化?</strong></p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">在做点点点时的你</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">1、对我们测试人员而言,有很多历史功能不再变动,但是每次对外更新前都要全面测试。</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">2、以前1天可以点完的,快速反馈测试结果</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">现在1周都点不完,需要1周才能反馈。随着功能不断的增加,重复点点点点上百遍。</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">3、工作效率:重复、耗时、效率</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">学习了自动化的你</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">工作上:</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">解放时间、解放双手、提高工作效率。把重复的事情交给自动化来做。让自己投入到更重要更有意义的工作中。</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">职业发展上:</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">市场需求,不掌握提高工作效率的手段,应聘和涨薪艰难。突破职场瓶颈,打破代码恐惧,未来有更多的发展方向(测试开发、架构师、性能领域。。)</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;"><strong style="color: blue;">三、那到底什么是自动化?</strong></p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">我们举一个生活小例子。</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">洗碗:传统的就是人工重复的洗刷刷。有了洗碗机以后,就不用自己洗了。</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">自动化测试:</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">1、根据业务准备测试用例</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">2、写出期望结果</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">3、自动执行测试用例自动检测执行结果</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">4、查看结果</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">5、分析结果</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">谁来实现自动化这个功能?</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">工具:postman、jmeter、robotframework等</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">编写自动化框架:</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">selenium+python/java,</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">appium+python/java、</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">requests+unlttest+ddt。</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;"><strong style="color: blue;">四、自动化测试岗位技能需求是什么?</strong></p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">1、 具有三年及以上软件测试经验,其中2年及以上自动化测试经验</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">2、 熟悉java或python</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">3、熟悉Selenium主流测试框架、熟悉性能测试、有设计和开发测试框架经营者优先考虑。</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">4、独立负责自动化测试方案制定,自动化测试脚本编写与维护,以及自动化测试执行工作。</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">5、熟悉selenium、appium、Robotium等自动化测试框架</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;"><strong style="color: blue;">进阶自动化</strong></p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">1、学习一门编程语言:python</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">2、学习目前主流的测试开源框架</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">3、掌握三大自动化测试框架:能够独立设计和应用框架在项目当中。</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;"><strong style="color: blue;">开源框架和测试框架</strong></p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;"><strong style="color: blue;">开源框架</strong></p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">1、Selenium-web网页自动化操作框架</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">2、Appium-app页面自动化操作框架</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">3、Unittest/pytest-python语言中的测试框架Robotframework 一款自动化测试框架</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;"><strong style="color: blue;">2测试框架</strong></p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">接口自动化框架:requests+ddt+unittest+HtmltestTunner+Jenkins</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">Web自动化框架:selenium+PO+pytest+allure+Jenkins</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">APP自动化框架:appium+pytest+allure+Jenkins</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;"><strong style="color: blue;">这是测试工程师和自动化测试工程师薪水对比</strong></p>
    <div style="text-align: left; margin-bottom: 10px;"><img src="https://p3-sign.toutiaoimg.com/tos-cn-i-qvj2lq49k0/d56b87a931824facb8408737b5d7bfaf~noop.image?_iz=58558&amp;from=article.pc_detail&amp;lk3s=953192f4&amp;x-expires=1705466021&amp;x-signature=GBko%2BhV3bJ%2FLauiP3H1fjP86khM%3D" style="width: 100%; margin-bottom: 20px;"></div>
    <h1 style="text-align: left; margin-bottom: 10px;">我为什么报名了自动化测试的课程?原因是因为出去面试被打击到了!!!!</h1>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">大学毕业后,我做了4年软件测试员,不过一直做功能测试。</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">今年5月份,上家公司搬到郊区,离我住的地方刚好比较远。我开始着手找下家,想着随便面几家 应该就可以上班了。</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">结果投了100份简历出去,只收到了几个面试邀约,机会虽然少,但也要把握。认真准备后,去面试了。</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">第一家,面试官问我做过什么,我说功能测试,随着面试深入,我逐渐感受到回答问题力不从心,很多东西都不会。</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">果不其然,面试官说:虽然你有4年测试经验,但是你只会功能测试。</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">我很尴尬,上家公司一直做功能测试,时间久了就安逸了 很多工具也不会</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">现在公司对于4年工作经验的人,要求不仅仅是功能测试这么简单了。</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;"><strong style="color: blue;">想想也是 如果招功能测试 招应届生和实习生就可以了。</strong></p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">后面几家面试完,都是等通知,没有了音讯。</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">回家后我就在网上找自动化测试相关资料,我想起之前一个前同事学过自动化,跳槽薪水涨了很多。我后来问了她 他说在机构培训的自动化 。后来要了那边老师的微信,周末去现场试听了下。</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">感觉校长挺靠谱的 他给我讲解了 学习前后学员薪水对比 这一点打动了我</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">毕竟大家在上海 出门在外 都是为了赚钱</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">我当场 毫不犹豫就报名了</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">我当时拍的现场图片 一个班20多个学员</p>
    <div style="text-align: left; margin-bottom: 10px;"><img src="https://p3-sign.toutiaoimg.com/tos-cn-i-qvj2lq49k0/d6666f3584084349999ac10c0ddd2cb8~noop.image?_iz=58558&amp;from=article.pc_detail&amp;lk3s=953192f4&amp;x-expires=1705466021&amp;x-signature=Z5hmTfQacq6q4S78SBd7fsr1ZF4%3D" style="width: 100%; margin-bottom: 20px;"></div>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;"><strong style="color: blue;">学习其实是一件反人性的事,人的大脑天生会选择能量消耗比较低的方式生存,而学习则是耗能比较高的。</strong></p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;"><strong style="color: blue;">但学习又是提升个人认知和技能最直接的方式,人和人的区别很大程度上都是被学习拉开的。</strong></p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">学习最大的痛苦就是遇到问题 得不到解决放弃了 所以很多人自学了很久 都没有坚持下去 线下机构这方面优势就很大 上课期间可以当场问问题,当场解决</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">晚上可以在群里问问题 老师都会及时回复</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">自动化课程前面部分还是比较容易的,有的学员就开始浮躁了,觉得这么简单还要学吗?其实任何课程都是先易后难,后面开始感觉明显很吃力。不过在老师的监督和鼓励下,我坚持下去了。很多问题经过老师的解答。让我不再畏惧学习。</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">学习让我好运气回来了</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">之前面试被拒,我一直以为我的好运气已经用完了,但报名python自动化后,我感觉我的好运气又回来了。</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">就在我自动化快毕业时,公司现金流断了,原来搬家就是想先让一部分员工主动离职。我因为学习自动化当时没离职,公司补偿了一个月工资。我的学费出来了。</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">本来想自动化全部学完,在复习2周再找工作。只能硬着头皮先找了。</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">我因为有平时记笔记的习惯 加上老师把代码给我们了 复习起来很快。复习完 老师指导完简历 我就开始找新工作了</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">找工作也算顺利,简历技能加上自动化后,面试邀约明显多了很多,有选择投了几家家公司,收到面试邀约后去面试,经过筛选,我入职了第二家。</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;"><strong style="color: blue;">薪水涨幅很大 大家猜猜涨幅多少 可以下面留言</strong></p>
    <div style="text-align: left; margin-bottom: 10px;"><img src="https://p3-sign.toutiaoimg.com/tos-cn-i-qvj2lq49k0/4ca7ec312c4843c1918c9dadf3d7d7aa~noop.image?_iz=58558&amp;from=article.pc_detail&amp;lk3s=953192f4&amp;x-expires=1705466021&amp;x-signature=bQD%2FfzW25u%2FykiMhd7yXBFejff4%3D" style="width: 100%; margin-bottom: 20px;"></div>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;"><strong style="color: blue;">让我自豪的是面试官面试我的时候,自动化的一些知识,他还没我懂得多。</strong></p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">学习下来最大的收获是</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">一分耕耘 一分收获</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">成功的道路并不拥挤 因为很多人都不努力</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">很多人虽然知道今年大环境不好 还是没有行动起来 只有等失业被裁 面试碰壁才会醒悟</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">女生们都很拼 男女收入差距会越来越小</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">我们班的同学 坚持到最后的只有一半 很多学员各种原因没有坚持下去,非常可惜。但是我相信大家都是很有收获的。收益远远超过几千块学费</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">我记得大家开班的时候 每个学员都写下了自己的梦想</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">也希望大家都可以实现自己的梦想</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">我的梦想很简单 后面学习测试开发 争取年薪突破40万(25K 16薪)</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">30岁后开始发展自己的副业</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">40岁后税后收入一年20万</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">50岁后具备不工作 可以养活自己的能力</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">60岁开始全球旅行</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">一步一个脚印 我相信自己是可以实现的</p>
    <h1 style="text-align: left; margin-bottom: 10px;">绵薄之力</h1>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;"><strong style="color: blue;">最后为了帮助大家迅速建立测试思维能力,早日斩获大厂Offer、掌握职场话语权,下面这份《软件测试全栈学习路线图》应该会对你很有帮助</strong></p>
    <div style="text-align: left; margin-bottom: 10px;"><img src="https://p3-sign.toutiaoimg.com/tos-cn-i-qvj2lq49k0/3efc56e749384e6fb6cc63d4e5f3b726~noop.image?_iz=58558&amp;from=article.pc_detail&amp;lk3s=953192f4&amp;x-expires=1705466021&amp;x-signature=cscc3w6Y1aVysGabJC2Vto9B8ag%3D" style="width: 100%; margin-bottom: 20px;"></div>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;"> 从测试概念到最后的测试开发,希望大家能照着这个体系,在3-4年内完成这样一个体系的构建,可以说,这个过程会让你痛不欲生,但只要你熬过去了,以后的生活就会轻松很多,正所谓完事开头难,只要迈出了第一步,你就已经成功了一半,古人说的好:不积跬步无以至千里,等到完成之后在回顾这段路程的时候,你肯定会感慨良多,掌握了以上技术,在任何一线互联网大厂测试岗位都能独挡一面</p>


页: [1]
查看完整版本: 4年功能测试跳槽,最后选择了学习自动化测试,月薪18K实现逆袭