search
HomeBackend DevelopmentPython Tutorial软件测试,如何工资过万?

俺现在坐标南京,软件测试,黑盒,2年3个月,税前6K。下一阶段怎么薪资过万,求前辈指导。自学Python中。

回复内容:

好清秀的小伙子啊,233333333。

花痴状完毕,开始回答问题

首先,黑盒是肯定不行的,一定得做白盒/自动化测试。

学习Python是对的,可以先学习基础的内容,更深入的等做白盒/自动化测试了再学习。
另外,除了Python,还可以学学Java、Objective-c,这两个可以做移动APP的白盒/自动化测试。

最后给你个强心剂
我家女王用过C#,C,Java,Python这些做白盒/自动化测试,现在月薪税前20K。她跟你一样之前也是只做黑盒测试 坐标南京 之前黑盒 苦逼 后跳一公司 领导命搞自动化 硬着头皮用脚本写了个自动化工具 在部分用例进行大批量测试中不断发现严重bug 领导夸 后进而结合jenkins openstack环境搞自动化框架 领导曰牛逼 遂提拔之 终过w 互勉之 学习大Android吧,包你过万 谢邀,其实跟其他答主类似。首先还是看当地测试工资的整体水平。去上海的话可能很容易就达到了,当然生活成本更高。可能你自己已经选择了,这个就不纠结了
然后选择一个行业,好吧。你也已经选择了。
再选择一个平台(公司),看看你老大的工资或者测试技术牛人的工资多少吧?如果他们也才一万多点的话,说明你估计还有几年(从你的描述来看,你离技术牛人应该还是有一定差距的)。这个时候就要考虑是不是换个平台了
然后就是向大牛看齐,跟着他们多花点时间去学习就可以了。

个人觉得换个城市能够最快的达成目标,工作两年的话貌似深圳基本都是这个数了。 先慢慢熟悉你黑盒测试涉及的业务逻辑和代码逻辑,不懂的可以多向开发学习学习,然后慢慢转型为白盒测试,写测试用例,会用debug工具,会看代码!
切记不可急功近利……IT这个行业对认真的人来说门槛并不高 如果限定条件只是“做测试,并且工资过万”这两个的话,其实很容易实现的...
实现这个目标的方法就是:
1. 去北上广的互联网公司。事实上,三线以上互联网公司(乐视点评爱奇艺水准),工作3~5年经验的测试,拿一万真的平均水平可能都不到,不管黑盒还是自动化测试。
2. 学会和不同人打交道。对开发,要培养亲和度,对产品,要理解揣摩他们的设计初衷,对领导,也学会做出很努力,加班很多的样子。这个其实是基本职场技能,没啥特别多说的,但做测试,耐心和沟通特别重要。
3. 技术方面,有人说自动化测试啊什么的,其实这种就是半转开发了。纯做黑盒测试有没有前途?其实我不太了解,但你也就直说“工资过万”,没说将来发展,对吧..

其实吧,在北上广,月薪过万,就算15薪,也过得很艰难呐... 写代码不是啥额外技能,而是本分,毕竟是搞IT的嘛(搞了一辈子IT,不会写代码,那不是荒唐吗)~另外,其实能不能搞定有工作,不是取决于代码写的怎么样(有些开发会写代码,不过只会写代码),而取决于技术理解力。你能不能快速地掌握新技术,能不能全面地理解测试对象的实现并且有点深度。至于代码能力,写代码,读代码,当然要练习,不过是副产品。 跳城市,跳公司 可以研究下Tencent高级测试工程师的招聘职位介绍,找到关键点

SNG07-高级系统测试工程师(深圳)
工作职责:
  • 负责测试大规模软件项目;
  • 负责推动使用先进测试方法、规范开发测试流程、提高测试效率;
  • 负责和产品开发等人员密切合作发布高质量产品。
工作要求:
  • 本科以上学历,计算机或相关专业;
  • 3年以上测试工作经验,有移动终端产品测试经验,具备移动终端上H5页面游戏和运营活动的测试经验者优先考虑;
  • 熟悉Android、IOS、win phone其中的一个操作系统和常用测试工具;
  • 熟悉robortium、Instrumentation、UIAutomation其中一种测试工具者优先;
  • 对于至少一门脚本开发语言(如shell、tcl、perl、ruby、python、vbscript),有实际实践经验和理解的积累者优先考虑;
  • 良好的学习能力和技术钻研能力;
  • 良好的沟通能力及团队合作意识。
关注硬技术:移动端产品测试经验,H5页面测试,熟悉终端常用测试工作,熟悉终端自动化工具,掌握一门脚本语言 转行开发
Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Python vs. C  : Understanding the Key DifferencesPython vs. C : Understanding the Key DifferencesApr 21, 2025 am 12:18 AM

Python and C each have their own advantages, and the choice should be based on project requirements. 1) Python is suitable for rapid development and data processing due to its concise syntax and dynamic typing. 2)C is suitable for high performance and system programming due to its static typing and manual memory management.

Python vs. C  : Which Language to Choose for Your Project?Python vs. C : Which Language to Choose for Your Project?Apr 21, 2025 am 12:17 AM

Choosing Python or C depends on project requirements: 1) If you need rapid development, data processing and prototype design, choose Python; 2) If you need high performance, low latency and close hardware control, choose C.

Reaching Your Python Goals: The Power of 2 Hours DailyReaching Your Python Goals: The Power of 2 Hours DailyApr 20, 2025 am 12:21 AM

By investing 2 hours of Python learning every day, you can effectively improve your programming skills. 1. Learn new knowledge: read documents or watch tutorials. 2. Practice: Write code and complete exercises. 3. Review: Consolidate the content you have learned. 4. Project practice: Apply what you have learned in actual projects. Such a structured learning plan can help you systematically master Python and achieve career goals.

Maximizing 2 Hours: Effective Python Learning StrategiesMaximizing 2 Hours: Effective Python Learning StrategiesApr 20, 2025 am 12:20 AM

Methods to learn Python efficiently within two hours include: 1. Review the basic knowledge and ensure that you are familiar with Python installation and basic syntax; 2. Understand the core concepts of Python, such as variables, lists, functions, etc.; 3. Master basic and advanced usage by using examples; 4. Learn common errors and debugging techniques; 5. Apply performance optimization and best practices, such as using list comprehensions and following the PEP8 style guide.

Choosing Between Python and C  : The Right Language for YouChoosing Between Python and C : The Right Language for YouApr 20, 2025 am 12:20 AM

Python is suitable for beginners and data science, and C is suitable for system programming and game development. 1. Python is simple and easy to use, suitable for data science and web development. 2.C provides high performance and control, suitable for game development and system programming. The choice should be based on project needs and personal interests.

Python vs. C  : A Comparative Analysis of Programming LanguagesPython vs. C : A Comparative Analysis of Programming LanguagesApr 20, 2025 am 12:14 AM

Python is more suitable for data science and rapid development, while C is more suitable for high performance and system programming. 1. Python syntax is concise and easy to learn, suitable for data processing and scientific computing. 2.C has complex syntax but excellent performance and is often used in game development and system programming.

2 Hours a Day: The Potential of Python Learning2 Hours a Day: The Potential of Python LearningApr 20, 2025 am 12:14 AM

It is feasible to invest two hours a day to learn Python. 1. Learn new knowledge: Learn new concepts in one hour, such as lists and dictionaries. 2. Practice and exercises: Use one hour to perform programming exercises, such as writing small programs. Through reasonable planning and perseverance, you can master the core concepts of Python in a short time.

Python vs. C  : Learning Curves and Ease of UsePython vs. C : Learning Curves and Ease of UseApr 19, 2025 am 12:20 AM

Python is easier to learn and use, while C is more powerful but complex. 1. Python syntax is concise and suitable for beginners. Dynamic typing and automatic memory management make it easy to use, but may cause runtime errors. 2.C provides low-level control and advanced features, suitable for high-performance applications, but has a high learning threshold and requires manual memory and type safety management.

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool