SingTel Outsourced Test Cases v2.9(UMTS)
回归测试用例优化工具KTCase

回归测试用例优化工具——KTCase【关于回归测试】回归测试(Regression testing)是指代码在发生修改之后重新测试之前的测试以保证修改的正确性。
理论上,软件产生新版本,都需要进行回归测试,验证以前发现和修复的缺陷是否在软件新版本上再次出现。
回归测试的目的在于验证之前出现过但已经修复好的缺陷是否重新出现及是否引入新的缺陷。
一般指对某已知修正的缺陷再次围绕它原来出现时的步骤重新测试。
通常确定所需的再测试的范围时是比较困难的,特别当临近产品发布日期时。
为了修正某缺陷时必须更改源代码,就有可能影响这部分源代码所控制的功能,所以在验证修正好的缺陷时不仅要服从缺陷原来出现时的步骤重新测试,而且还要测试有可能受影响的所有功能。
因此应当鼓励对所有回归测试用例进行自动化测试。
【回归测试用例优化工具——KTCase】KTCase的测试策略是采用测试用例选择技术,通过不同的方法,从已有测试用例集中选择部分测试用例进行回归测试。
KTCase回归测试用例设计工具就是其中之一。
KTCase 回归测试用例设计工具能够根据软件修改情况,通过软件变更影响分析,找出因软件变更可能受到影响的部分,并从原有的测试用例中挑选出能够覆盖受影响部分的测试用例,有效解决回归测试中的无效测试用例剔除、冗余测试用例剔除、测试用例遗漏等难题。
【KTCase的主要功能】➢程序流程图自动生成通过分析源程序代码,生成程序流程图。
➢程序代码变更标识通过比较软件修改前后的功能图,从源程序代码和程序流程图两个不同的侧面标识出程序的变更部分(用红线标出变更)。
➢程序变更影响分析1)静态路径工具能精确的计算出所有的静态路径(一条不多一条不少)以文本形式显示出所有的静态路径。
2)程序变更影响分析根据程序变更情况和程序所包含静态路径,自动找出因程序变更而受到影响的静态路径(图中红线部分所示)。
➢测试用例优化根据插装程序给出的测试用例对代码覆盖情况,通过读取测试用例覆盖文件,对测试用例进行优化,剔除冗余和覆盖率较低的测试用例,得到满足覆盖要求最简测试用例。
TestStand的测试数据分析如何从大量的测试数据中提取有用信息

TestStand的测试数据分析如何从大量的测试数据中提取有用信息在软件测试过程中,TestStand是一款非常重要的自动化测试工具。
它可以在不同的测试环境中执行测试序列,并且可以生成大量的测试数据。
然而,仅仅拥有这些数据并不能直接为我们提供足够的有用信息。
因此,我们需要进行测试数据分析来从这些大量的数据中提取有价值的信息。
本文将介绍利用TestStand进行测试数据分析的方法和技巧。
一、收集测试数据首先,我们需要收集大量的测试数据。
在TestStand中,我们可以使用Test Management插件来管理和执行测试序列。
通过配置序列中的适当的测试点,我们可以确保每个测试的关键参数和结果都被记录下来。
二、数据处理一旦测试数据收集完毕,我们需要对数据进行处理。
TestStand提供了丰富的功能来处理测试数据,包括数据过滤、排序和统计等。
1. 数据过滤在大量的测试数据中,我们可能只对特定的数据感兴趣。
通过应用合适的过滤器,我们可以筛选出我们需要的数据,并抛弃其他无关的数据。
这可以大大提高我们的数据处理效率。
2. 数据排序有时候,我们需要按照某个特定的指标对数据进行排序。
TestStand可以按照指定的参数对数据进行排序,让我们更方便地进行数据分析。
3. 数据统计数据统计是测试数据分析的重要环节。
通过统计关键参数的最大、最小、平均值等指标,我们可以对测试结果进行量化分析,判断测试的稳定性和可靠性。
三、数据可视化数据可视化是从大量测试数据中提取有用信息的重要手段。
通过图表和图形化界面,我们可以更直观地理解和分析数据。
TestStand提供了丰富的数据可视化功能,例如绘制曲线图、柱状图和散点图等。
1. 曲线图曲线图可以直观地展示测试参数随时间的变化趋势。
通过比较不同测试序列的曲线图,我们可以发现规律和异常,并提取出有用的信息。
2. 柱状图柱状图可以用于对测试结果进行比较和分析。
通过柱状图,我们可以清晰地看到各个测试序列之间的差异,并找出原因和改进方案。
singularity exec 的用法

singularity exec 的用法Singularity是一款开源的容器解决方案,它允许用户在不同的操作系统环境中运行应用程序和工具。
Singularity exec是Singularity提供的一个命令,用于在容器中执行命令或运行脚本。
本文将介绍Singularity exec的用法,并分步解释其工作原理和使用方法。
第一步:安装Singularity在开始使用Singularity exec之前,您需要先安装Singularity。
Singularity的安装过程因操作系统而异,这里将介绍在Linux系统中的安装方法。
1. 首先,打开终端并输入以下命令来安装Singularity的依赖项:shellsudo apt-get updatesudo apt-get install build-essential libssl-dev uuid-dev libgpgme11-dev libseccomp-dev pkg-config squashfs-tools cryptsetup2. 接下来,您需要下载Singularity的源代码。
您可以在Singularity的官方网站(3. 下载完成后,解压源代码包,并进入解压后的目录。
4. 在终端中,输入以下命令来编译和安装Singularity:shell./configuremakesudo make install安装完成后,您可以输入以下命令来验证安装是否成功:shellsingularity version如果成功安装,将显示当前安装的Singularity版本号。
第二步:创建容器在使用Singularity exec之前,您需要创建一个容器。
容器是一个镜像文件,其中包含了您希望运行的应用程序和工具。
创建容器的方法有多种,但在本文中,我们将介绍使用Docker镜像创建容器的方法。
1. 首先,您需要在Docker Hub或其他Docker镜像仓库中找到您希望使用的镜像。
冒烟测试用例_

4
建立子节点,保存
正确显示
5
建立属性节点,保存
正确显示
6
规则配置
配置过滤策略,选择一个表T1,配置到ldap的对应关系
与ldap连接正常,配置的规则正确显示
7
配置RDN策略,配置数据源主键与LDAP的RDN对应关系
与ldap连接正常,配置的规则正确显示
8
配置镜像策略,配置数据源与ldap的对应关系
清空目标库表T2数据
四、测试对象:
一般只需要更新iDS_Integrator.jar、rmiserver.jar两个文件,../conf下的配置文件可以重用。
五、测试用例
序号
一级模块
二级模块
输入
输出
备注
1
启动程序
运行主程序iDS_Integrator
正常
2
运行rmiserver
正常
3
节点管理
建立基节点,保存
删除条目
在子节点执行数据转换,在T1中删除一条记录,这些字段对应在ldap条目中所有属性;对应目标库T2表中对应一条记录。
验证ldap删除对应条目;
验证目标库T2表中对应条目被删除。
15
退出
退出主程序iDS_Integrator
正常
16
退出rmiserver
正常
验证,ldap增加一个条目;
目标库T2表中增加一条记录;
12
删除属性
在子节点执行数据转换,在T1中删除一个字段值
验证ldap删除对应属性;
目标库T2表中删除对应的字段值;
13
修改属性值
在子节点执行数据转换,在T1中修改一条记录某个字段的值
Oracle 应用测试套件 - Oracle E-Business Suite 功能测试加速器说明书

ORACLE APPLICATION TESTING SUITE - TESTING ACCELERATORS FOR ORACLE E-BUSINESS SUITEFEATURES• Automates complex Oracle E-Business Suite transactionsfor both functional testing andload testing• Supports automation of bothWeb and Oracle Formsapplication interfaces andprotocols• Provides custom test cases tovalidate application content• Enables parameterization oftest scripts for data-driventesting• Simulates loads of hundredsto tens of thousands ofconcurrent users whileminimizing hardwarerequirements• Gathers critical infrastructureperformance metrics toidentify bottlenecks underload• Provides an intuitive Web-based console to configureand run load tests and sharereal-time results withdistributed users• EBS Test Starter Kit withsample test scripts providedfor EBS R12 and 11iOracle Application Testing Suite’s Testing Accelerators for Oracle E-Business Suite provide a comprehensive solution for ensuring the quality and performance of Oracle E-Business Suite applications. The Functional Testing Accelerator for Oracle E-Business Suite extends Oracle Functional Testing to enable automated functional and regression testing of Oracle E-Business Suite applications. The Load Testing Accelerator for Oracle E-Business Suite extends Oracle Load Testing to enable load and performance testing of Oracle E-Business Suite applications. The Testing Accelerators for Oracle E-Business Suite are components of Oracle Application Testing Suite, the centerpiece of the Oracle Enterprise Manager solution for comprehensive testing of packaged, Web and service-oriented architecture–based applications. Ensuring Oracle E-Business Suite Application Quality Ensuring the quality of your Oracle E-Business Suite (EBS) applications is critical to your business. But testing EBS applications prior to deployment and keeping up with the pace application updates while maintaining application quality can be a challenge. Oracle Application Testing Suite (ATS) provides a comprehensive quality management solution for Oracle E-Business Suite. Oracle Functional Testing and the Functional Testing Accelerator for Oracle E-Business Suite provides an automated functional and regression testing solution to validate application functionality prior to deployment and reduce the need for manual testing. Oracle Load Testing and the Load Testing Accelerator for Oracle E-Business Suite provide a powerful load testing solution to test and tune application performance under real production workloads and identify bottlenecks. Oracle Test Manager provides an integrated solution for managing the test process including documenting test cases, test requirements and issues identified during testing in a central repository and managing test execution. Together, these products provide a comprehensive solution for ensuring EBS application quality. Functional Testing Accelerator for Oracle E-Business Suite The Functional Testing Accelerator for Oracle E-Business Suite extends Oracle Functional Testing to provide a powerful and easy-to-use solution to automate functional and regression testing of Oracle’s E-Business Suite applications. OracleFunctional Testing allows users to create test scripts that automate complex business transactions within their EBS applications, including both Web and Oracle Forms based application interfaces. Oracle Functional Testing’s OpenScript integrated scripting platform combines an intuitive graphical scripting interface to quickly create complex test scripts and a powerful Java IDE that provides users with the flexibility to extend scripts programmatically. Users can automate business transactions by simply creating a new script and recording as they step through an EBS transaction in a browser. OpenScript captures all actions performed within Web or Forms based applications interfaces which can then be played back to automatically reproduce the recorded transaction. Users can then add test cases to validate specific Web or Forms application content and parameterize their script inputs to perform data-driven testing. Additional transactions can then be recorded to create a comprehensive automated regression test suite.Figure1. Oracle Functional Testing automates Oracle E-Business Suite functional and regression testingLoad Testing Accelerator for Oracle E-Business SuiteThe Load Testing Accelerator for Oracle E-Business Suite extends Oracle Load Testing to enable automated load and performance testing of Oracle E-Business Suite applications. With Oracle Load Testing you can simulate thousands of virtual users accessing the Oracle E-Business Suite application simultaneously to measure the effect of user load on application performance.Users create their EBS load test scripts in Oracle Functional Testing’s OpenScript integrated scripting platform. OpenScript automates both Web and Forms application protocols to generate highly scalable load test scripts for Oracle EBS. The scripts are automatically correlated to handle dynamic session parameters. These scripts can then be configured to run in Oracle Load Testing against any number of virtual users.Oracle Load Testing provides a Web-based console that allows you to configure and run one or multiple scripts across thousands of virtual users to assess performance. Users can specify a number of run time parameters such as the amount of think time each user spends per page and the browser or connection speed to emulate. During the load test, Oracle Load Testing measures end-user response times as well as the performance of the underlying application infrastructure to help identify and resolve application performance bottlenecks.Comprehensive Testing for Oracle E-Business SuiteOracle Application Testing Suite provides a comprehensive testing solution for Oracle E-Business Suite. With Oracle Functional Testing and the Functional Testing Accelerator for Oracle E-Business Suite, users can effectively introduce automation into their functional test process to ensure the quality of their Oracle E-Business Suite applications and reduce testing time. With Oracle Load Testing and the Load Testing Accelerator for Oracle E-Business Suite, users can leverage a powerful solution for ensuring Oracle E-Business Suite application performance. The Oracle E-Business Suite testing accelerator includes a Test Starter Kit with pre-build test automation scripts for Oracle E-Business Suite applications. The Test Starter Kit covers a broad range of applications and user flows for both functional and performance testing based on the VISION demo database.And with Oracle Test Manager users can effectively document and manage their test process from a central location and report on application readiness.Oracle Application Testing Suite provides a powerful integrated scripting platform for automated functional & regression testing and load testing. Oracle Functional Testing’s OpenScript integrated scripting interface provides a unique combination of ease-of-use and flexibility through its intuitive graphical scripting interface and powerful Java IDE for extending scripts at the code-level. Oracle Functional Testing also provides custom capabilities for testing SOA and Oracle packaged applications through its integrated testing accelerators. Oracle Load Testing provides a fully Web-based user interface for configuring and running load tests and an integrated ServerStats module for monitoring application infrastructure during a load test to identify bottlenecks. Oracle Load Testing also enables multi-user collaboration by allowing testers to view and share real-time results during load test execution through their browser. With Oracle Application Testing Suite users can leverage a comprehensive, integrated solution for automated functional and regression testing, load testing and test process management.Contact UsFor more information about Oracle Application Testing Suite Oracle E-Business Suite Accelerators and Oracle Enterprise Manager please visit or call+1.800.ORACLE1 to speak to an Oracle representative.Copyright © 2011, Oracle and/or its affiliates. All rights reserved.This document is provided for information purposes only and the contents hereof are subject to change without notice. This document is not warranted to be error-free, nor subject to any other warranties or conditions, whether expressed orally or implied in law, including implied warranties and conditions of merchantability or fitness for a particular purpose. We specifically disclaim any liability with respect to this document and no contractual obligations are formed either directly or indirectly by this document. This document may not be reproduced or transmitted in any form or by any means, electronic or mechanical, for any purpose, without our prior written permission.Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.AMD, Opteron, the AMD logo, and the AMD Opteron logo are trademarks or registered trademarks of Advanced Micro Devices. Intel and Intel Xeon are trademarks or registered trademarks of Intel Corporation. All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. UNIX is a registered trademark licensed through X/Open Company, Ltd. 0110。
TestLink1.9.3使用教程

需求
前台功能测试——登录验证 前台功能测试——学生注册 前台功能测试——成绩查询 前台功能测试——在线考试
测试用例数 1 1 1 3 2
后台功能测试——查询考生成绩 完成后的需求如下图:
测试需求内容包含: 文档标识、 名称、 范围、 需求的状态, 以及覆盖需求的案例。 TestLink 提供了两种状态来管理需求:合法的(Valid)、不可测试的(not testable)。 Testlink 提供了从文件导入测试需求的功能, 支持的文件类型有 csv 和 csv (door) , xml 三种。同时 Testlink 也提供了将需求导出的功能,支持的文件类型有 csv 和 xml 两种。 Testlink 还提供上传文件的功能,可以在创建测试需求的时候,为该需求附上相关的 文档。
• • • • • •
Guest:可以浏览测试规范、关键词、测试结果以及编辑个人信息 Tester:可以浏览测试规范、关键词、测试结果以及编辑测试执行结果 Test Designer:编辑测试规范、关键词和需求规约 Senior Tester:允许编辑测试规范、关键词、需求以及测试执行和创建发布 Leader:允许编辑测试规范、关键词、需求、测试执行、测试计划(包括优先级、里程 碑和分配计划)以及发布 Admin:一切权力,包括用户管理
单击主页“需求”模块下的“指派需求”菜单,进入指派需求页面,选中左侧用例树中 的测试用例,再选择右侧对应的测试需求,进行指派即可。本特性允许在需求和测试用例之 间建立关系。设计人员可以定义 0..n 到 0..n 的关系。例如,一个需求可以被指派给零个、 一个或多个测试用例上,反之亦然。
测试用例
登录验证 学生注册 成绩查询 答题 在线考试——前一题 在线考试——下一题 在线考试——交卷 后台功能测试——查询考生成绩
centos debuginfo用法

centos debuginfo用法CentOS是一种基于Linux的开源操作系统,在业界被广泛应用于服务器和企业级应用。
CentOS的稳定性和可靠性使得它成为很多企业和个人的首选。
然而,在使用CentOS时,我们可能会遇到各种问题和错误。
幸运的是,CentOS提供了Debuginfo工具,帮助我们找出问题的根源并解决它们。
一、什么是DebuginfoDebuginfo是为了调试软件而提供的一种附加信息,它包含了源代码的符号信息、调试信息以及其他有助于定位和解决问题的数据。
Debuginfo文件通常以.rpm格式提供,可以供开发者和系统管理员使用。
二、为什么需要Debuginfo在应用程序出现崩溃、错误或异常行为时,Debuginfo可以提供更多的信息来帮助我们定位问题。
通过Debuginfo,我们可以了解代码的执行情况、变量的值、函数的调用栈等,从而更好地理解问题所在。
三、安装Debuginfo要使用CentOS的Debuginfo,首先需要安装Debuginfo包。
以下是安装Debuginfo包的步骤:1. 打开终端并以管理员身份登录到CentOS系统。
2. 输入以下命令安装Debuginfo软件包:```yum install -y debuginfo-install```安装过程可能需要一些时间,取决于您的网络连接速度。
四、使用Debuginfo安装完Debuginfo后,我们可以使用以下方法来调试CentOS系统:1. 查找问题所在的软件包```debuginfo-install package_name```其中,package_name是出现问题的软件包名称。
该命令将自动安装与该软件包对应的Debuginfo。
2. 使用GDB调试程序GDB是一个强大的调试工具,我们可以使用它来分析和调试应用程序。
以下是使用GDB调试程序的步骤:- 安装GDB```yum install gdb```- 运行GDBgdb executable```其中,executable是要调试的可执行文件。
移动应用开发技术中的应用性能监测工具推荐

移动应用开发技术中的应用性能监测工具推荐在现代社会中,移动应用已经成为人们生活中必不可少的一部分。
无论是社交媒体、购物应用、音乐播放器还是健康管理工具,我们几乎都依赖于移动应用来进行日常活动。
然而,应用性能问题却成为了许多用户的心头之患。
幸运的是,有许多应用性能监测工具可供开发者使用,以帮助他们识别和解决这些问题。
本文将为大家推荐几个优秀的应用性能监测工具。
首先,我们推荐的是谷歌的Firebase Performance Monitoring。
Firebase 是Google 提供的一套开发工具,其中包含了许多功能强大的工具。
Firebase Performance Monitoring 提供了关于应用性能的详细信息,例如应用启动时间、网络请求性能、数据库操作性能等。
通过使用 Firebase Performance Monitoring,开发者能够快速定位并解决应用中的性能问题,提高用户体验。
同时,Firebase Performance Monitoring 还能够提供实时数据和报告,帮助开发者全面了解应用性能。
其次,我们推荐的是Bugsnag。
Bugsnag 是一款专业的错误监测和报告工具,帮助开发者在应用中发现并修复错误。
在移动应用开发中,错误是无法避免的,但及早发现和解决错误是至关重要的。
Bugsnag 提供了详细的错误报告,包括堆栈跟踪、设备信息、应用版本等。
开发者可以通过 Bugsnag 快速定位并解决应用中的错误,提高应用的稳定性和可靠性。
第三个推荐的应用性能监测工具是New Relic。
New Relic 是一款全面的应用性能监测工具,可用于多种平台,包括移动应用、Web 应用和云服务器。
New Relic 提供了丰富的监测指标,包括页面加载时间、应用响应时间、数据库查询性能等。
开发者可以通过 New Relic 监测应用性能,了解应用在用户设备上的表现,并解决性能瓶颈问题。
另外一个值得一提的工具是Sentry。
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
Screen Resolution:
GPRS Attach:
When Needed/ When Available
Max. MMS file size supported:
OS supported(For USB modem/ Data card):
2.7
02 Jan 2013
Raymond Teo
Under 8.13 WIFI
1.Removed *map testing. *map to be rationalized.
2.Removed landing page testing for normal surfing.
2.8
10 Apr 2013
SyncMLSynchronization Markup Language
2
Manufacturer / Model:
Software Version:
OTA Version:
GSM/UMTS/HSDPA Band Support:
Browser:
IrDA capable:
Bluetooth Capable:
Remarks:
Issues:
6
Basic Voice test
Prerequisite:1.Find an area where signal strength is better than -90dBm.
2. For PS attached - “When Needed” and “When Available”: If configurable,test on both settings or else test on the default setting only.
1.Amended Person-In-Charged of Application section
2.Updated instructions for Android phones
3.Updated SIM Toolkit test cases
4.Removed 2 test cases from MMS
4
Radio Test
Name:Vincent ChuaName:Dennis Caspillan
Mobile:+65 96626299Mobile:+65 96625799
Email:vinchua@Email:dennis@
Network Switch Test and Video Streaming Test
No.
Test cases
Results
Remarks
2G
ation
6.1.1
Location Registration upon power on with PS attached setting
1.When Needed
2.When Available
3.Location update timing (IMSI attach)
5.Amended 8.17.19, change MMS station to Maps
2.5
15 Apr 2011
Erffan Bamadhj
Under 8.13 Amped Test Case
1.Updated the test URL
Under 8.4 Interactive USSD
2.Removal of Test Cases 8.4.6 and 8.4.7
(e.g. AMR / G.723 )
Number of PDP context supported
Services and Application Supported
HSCSD
GPRS
EDGE
GPS
CSD
WAP
MMS
USSD
OMA Download
WiFi
WAP Push
IM
DRM
PTT
SMSShort Message Service
STMSingTel Mobile
MMMultimedia Message
WTAIWireless Telephony Application Interface
SHStarHub
NANot Applicable
TBCTo Be Confirmed
TCTest Case
Issues:
Part B: Network Switch Test Results
Remarks:
Issues:
Part C: Applications Test Results
Remarks:
Issues:
Part D: WAP Test Results
Remarks:
Issues:
Part E: MMS Test Results
Under section 6. Radio and Network –
1.Update contact list
2.Remove Test Cases 7.1.12, 7.1.19 and 7.1.20
3.Revised TC 10.5.4
2.2
14 May 2010
Guo Sijia
Under section 7. Application –
CLIRCalling Line Identification Restriction
MTMobile Terminated
MOMobile Originated
SIMSubscriber Identity Module
USIMUniversal Subscriber Identity Module
Mobile:+65 9152 4238end_of_the_skype_highlightingMobile:+658518 4099
E-mail:ohhk@Email:mariceltc@
MMS Test
Name:David Ong
Mobile:+659655 1499end_of_the_skype_highlighting
Erffan Bamadhj
Under 8.6 Roaming
1.Renamed toSingTel’s Roaming USSD
2.9
16 Apr 2013
Norina Ondoy
Added Section 11 for Mobile Internet Filter
1
CLIPCalling Line Identification Presentation
SINGTEL UMTS/HSDPA OUTSOURCED TEST CASES
Version2.9
StatusApproved
Last Update26 Apr 2013
Change History
Version
Date
Handled by
Comments
2.1
14 May 2010
Ang Bee Peng
3.
2.7
02 Jan 2013
Erffan Bamadhj
Under 8.9 Applications
1.RemovedUA String/Profiletest case
2.Downloadsfunctions
3.MusicVibestest cases
4.Remove2-in-1 SIMtest case
1.Change URL for hotspot list
2.Under Login page, change URL for Sign Up Now page
3.Change URL for Landing page
4.Amended 8.17.18, change Mobile SMS to Singtel myBill
10.Replaced MobileFax with VoiceMail test cases
2.3
16 Nov 2010
Vincent Chua
Under 6.5WCDMA / HSPAPacket Switch Test
1. Ammended 6.5.15, removed 2G > 3G handover
CSDCircuit Switched Data
HCSDHigh Speed Circuit Switched Data
GPRSGeneral Packet Radio Service
PTTPush To Talk
WAPWireless Application Protocol
DRMDigital Rights Management
Mobile:+65 8299 6788Mobile:+65 8338 7599
Email:nondoy@Email:yunlong@
5
Manufacturer:Model:
Part A: Radio & Network Test Results
Remarks:(indicate a “NIL” if there are no remarks or issues for all the parts below)
Name:Erffan BamadhjName:Albert Salim
Mobile:+65 96463299Mobile:+65 8339 5926
Email:erffan@Email:alberts@
WAP Test
Name:Oh Hian KiatName:Torres Maricel Castillo