【测试人员如何学习和应用Python】

本人从事测试,手工测试,之前有过开发经验,数据库也比较熟悉,
最近想换工作,但查看相关招聘不少要求会Python;本人也打算好好学习下这门语言。
请问:

1.对于测试人员来说,如何学习python?
2.对测试人员来说,python要学到哪种程度,可以完成自动化测试?

请各位大神不吝赐教

template
class TreeNode{
public:
T data;
int index;
int active;
TreeNode & operator=(TreeNode & treenode)
{
this->data=treenode.data;
this->index=treenode.index;
this->active=treenode.active;
return *this;
}
};
温馨提示:内容为网友见解,仅供参考
无其他回答
相似回答