${d} create list shk shsh
${w} create list
${e} evaluate type(${d})
${t} evaluate type(${w})
should be equal ${e} ${t}
${d} create dictionary 1 shsh
${w} create dictionary
${e} evaluate type(${d})
${t} evaluate type(${w})
should be equal ${e} ${t}
${d} set variable 1
${w} set variable 2
${e} evaluate type(${d})
${t} evaluate type(${w})
should be equal ${e} ${t}
${d} set variable 'ddhs'
${w} set variable 'dd'
${e} evaluate type(${d})
${t} evaluate type(${w})
should be equal ${e} ${t}

Starting test: ZXJF.清结算 一期.测试.测试
20170714 10:56:53.482 : INFO : ${d} = [u'shk', u'shsh']
20170714 10:56:53.482 : INFO : ${w} = []
20170714 10:56:53.482 : INFO : ${e} = <type 'list'>
20170714 10:56:53.482 : INFO : ${t} = <type 'list'>
20170714 10:56:53.498 : INFO :
Argument types are:
<type 'type'>
<type 'type'>
20170714 10:56:53.498 : INFO : ${d} = {u'': u'shsh'}
20170714 10:56:53.498 : INFO : ${w} = {}
20170714 10:56:53.498 : INFO : ${e} = <type 'dict'>
20170714 10:56:53.498 : INFO : ${t} = <type 'dict'>
20170714 10:56:53.498 : INFO :
Argument types are:
<type 'type'>
<type 'type'>
20170714 10:56:53.498 : INFO : ${d} = 1
20170714 10:56:53.498 : INFO : ${w} = 2
20170714 10:56:53.514 : INFO : ${e} = <type 'int'>
20170714 10:56:53.514 : INFO : ${t} = <type 'int'>
20170714 10:56:53.514 : INFO :
Argument types are:
<type 'type'>
<type 'type'>
20170714 10:56:53.514 : INFO : ${d} = 'ddhs'
20170714 10:56:53.514 : INFO : ${w} = 'dd'
20170714 10:56:53.514 : INFO : ${e} = <type 'str'>
20170714 10:56:53.514 : INFO : ${t} = <type 'str'>
20170714 10:56:53.514 : INFO :
Argument types are:
<type 'type'>
<type 'type'>
Ending test: ZXJF.清结算 一期.测试.测试

RF判断列表、字典、整数、字符串类型是否相同方法的更多相关文章

  1. Python:判断列表中含有字符串且组成新的列表打印输出-Dotest董浩

    '''题一:判断列表中含有字符串且组成新的列表打印输出知识点:列表.列表的增删改查.for循环.if判断'''#@Author:Dotest软件测试#@QQ:1274057839names = ['D ...

  2. day06-数字类型、字符串类型内置方法

    目录 数字类型内置方法 字符串类型内置方法 有序 or 无序 可变 or 不可变 数字类型内置方法 1. int()强制类型转化成整型 age_str = '18' # 定义字符串 age = int ...

  3. Python基础之字符串类型内置方法

    目录 1. 字符串类型 2. 常用操作及内置方法 3. 其他内置方法 1. 字符串类型 用途:姓名,性别等 定义: name1 = 'zhaojun' name2 = "zhaojun&qu ...

  4. day08 数字,字符串类型内置方法

    目录 数字类型内置方法 为什么要有数据类型? 定义方式 方法 储存一个值or多个值? 有序or无序?(有序:有索引, 无序:无索引) 可变or不可变(可变:值变id不变,不可变:值变id也变) 字符串 ...

  5. python 列表,字典,元组,字符串,QuerySet之间的相互转换

    1. 列表转换成字典list1 = ['key1','key2','key3']list2 = ['value1','value2'] dict1 = zip(list1,list2) # dict( ...

  6. Mysql字符串字段判断是否包含某个字符串的3种方法

    方法一: SELECT * FROM users WHERE emails like "%b@email.com%"; 方法二: 利用MySQL 字符串函数 find_in_set ...

  7. str.方法的整理(字符串类型内置方法的具体使用)

    <1>str.strip().str.lstrip()和str.rstrip() 1' str.strip()(主要方法) 方法:str.strip(self,chars) 作用:移除字符 ...

  8. (转)Mysql字符串字段判断是否包含某个字符串的3种方法

    方法一: SELECT * FROM users WHERE emails like “%b@email.com%”; 方法二: 利用mysql 字符串函数 find_in_set(); SELECT ...

  9. Mysql字符串字段判断是否包含某个字符串的3种方法[转载]

    方法一: SELECT * FROM users WHERE emails like "%b@email.com%"; 方法二: 利用mysql字符串函数 find_in_set( ...

随机推荐

  1. React Native安卓项目打包发布APK步骤

    1.产生签名的key 该过程会用到keytool,开发过安卓的都应该接触过该东西.详细请见密钥和证书管理工具.在项目的主目录(不是android文件夹)中执行: --生成签名key,注意记下你的密钥和 ...

  2. 关于Unity中蒙皮网格和布料的使用

    所以物体的要绘制出来就必须要有网格组件+材质属性,如果还需要其他特效或丰富内容的话,还可以再加组件. 蒙皮网格和布料 1: 例如要模拟衣服,随风摆动,模拟布料需要用到蒙皮网格和布料;2: 蒙皮网格可以 ...

  3. Self20171218_Assert断言使用

     一.Assert用法: assertion(断言)在软件开发中是一种常用的调试方式,很多开发语言中都支持这种机制.在实现中,assertion就是在程序中的一条语句,它对一个boolean表达式进行 ...

  4. android设置主mic/副mic录音

    //添加MIC设置参数 /hal/audio_extn/audio_extn.c @@ -75,6 +75,7 @@ struct audio_extn_module { bool ras_enabl ...

  5. Lucene系列四:Lucene提供的分词器、IKAnalyze中文分词器集成、扩展 IKAnalyzer的停用词和新词

    一.Lucene提供的分词器StandardAnalyzer和SmartChineseAnalyzer 1.新建一个测试Lucene提供的分词器的maven项目LuceneAnalyzer 2. 在p ...

  6. e867. 获取和设置外观

    To change the look and feel, you need to know the class name of the new look and feel. This example ...

  7. SciTE配置信息

    超强文本编辑器SciTE配置方法详细实例 转载 2006年12月28日 17:07:00 标签: 文本编辑 / 文档 / 语言 / html / python / api 32800 关于scite文 ...

  8. Keystone中间件WSGI环境变量总结

    OpenStack keystonemiddleware接收前一个WSGI过滤器传来的WSGI环境信息,进行验证工作后传递给下一个中间件,本文探讨keystone中间件究竟有哪些WSGI环境变量. 说 ...

  9. Build opencv libraries for android arm, x86 ubuntu

    废话不多说. 准备工作: 1. 下载源代码: http://opencv.org/ 编译平台:ubuntu14.04 opencv 2.4.6.1 本人用这样的办法编译了opecv 2.4.9 的没有 ...

  10. 如何在linux中批量建立用户并设置随机密码

    Ubuntu是基于linux的免费开源操作系统,同时也是真正意义上的“多任务多用户”操作系统,既然是多用户系统,自然就涉及到创建多个用户的问题.同时由于Ubuntu系统中的root用户具有最高权限,无 ...