51Testing软件测试论坛

 找回密码
 (注-册)加入51Testing

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 28803|回复: 50
打印 上一主题 下一主题

QTP sp等级历年的一些考试辅导题目!(分享)

[复制链接]

该用户从未签到

跳转到指定楼层
1#
发表于 2006-3-3 11:47:23 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
各位想考QTP SP的朋友,我这里分享一些,去年的一些辅导题目,其中也有部分的考试题目。为了是让大家更了解这个考试的难度。
1.        Which of the following can be parameterized?
-a.Input values
-b.Object properties
-c.QuickTest function
-d.a and b
-e.b and c
-f.All of the above
2.What is the Checkpoint Timeout Value?
Answer:
-A checkpoint timeout value specifies the time interval (in seconds) during which QucikTest attempts to perform the checkpoint successfully.QuickTest continues to perform the checkpoint until it passes or until the timeout occurs.if the checkpoint does not pass before the timeout occurs,the checkpoint fails.
3.Name the six columns of the Keyword view?
Answer:
-Item,Operation,Value,Documentation,Assignment,Comment
4.Name the two run modes available in QuickTest Professional
Answer:
-Normal and Fast
5.What information do you need when you select the Record and Run Setting – Record and run on these applications (opened when a session begins) ?
Answer:
-Application details (name,location,any program arguments)
6.This QuickTest feature allows you select the appropriate add-ins to load with your test.
Anwser:
-   Add-in Manager
7.True or False: When QuickTest Professional is connected to Quality Center, all automated assets(e.g. test,values) are stored in Quality Center.
Anwser:
-True
8.How to set doubleclick support on Qtp?
Anwser:
-1.Go to Tools -> Web Event Recording Configuration.
-2.Click <Custom Settings>
-3.Expand the Standard Objects branch
-4.Select the object you want to configure
-5.Go to Event -> Add ->ondbclick. The event will be added to the list on the right.
-6.Select “if Handler” in the listen column.
-7.Select “Enabled” in the Record column.
-8.Click <OK> to close the dialogs.
9.Manually verifying that an order number was generated by an application and displayed on the GUI is automated in QuickTest using what feature?
Answer:
-a checkpoint

Test Case:Create New Reservation
Application:Mercury Tours
Location:http://newtours.mercuryinteractive.com
Start page:Mercury Tours Home page
Step Description
-        1 Type ‘jojo’ in the User Name field.
-        2 Type ‘bean’ in the Password field.
-        3 Click Sign-in.The Flight Finder page appears.
-        4 Verify that the Number of Passengers field has a list of 1 through 4.
-        5 Select “2” for number of passengers.
-        6 Select ‘one way’ flight.
-        7 Select “San Francisco” from the Departing From field.
-        8 Specify a departing date using the On fields.
-        9 Select “Seattle” from the Arriving in field.
-        10 Specify a returning date using the Arriving in fields.
-        11 Select ‘Blue Skies’ from the Airline list.
-        12 Click Continue.The Select Flight page appears.
-        13 Select Continue.The Book a Flight page appears.
-        14 Type a name in the First Name Field.
-        15 Type a name in the Last Name Field.
-        16 Select a card from the Card Type list.
-        17 Type”0123456780765” in the Number field
-        18 Select ‘07’ for the month and ‘06’ for the year fields.
-        19 Click Secure Purchase.
-        20 Click Home.The Mercury Tours home page appears.

Test Case:Create New Reservation
Questions:
-        1.What record and run setting did you select so that the test iterates starting at the home page?
-        2.What QuickTest feature did you use to automate step 4 in the test case? What properties did you select?
-        3.What QuickTest feature did you use to meet the requirement:”The test should iterate at least three times using different user names and passwords”
-        4.What planning considerations did you have to perform in order to meet the above listed requirement?
-        5.What QuickTest feature did you use to meet the requirement:”Each user should select a random number of tickets to purchase”
-        6.Discuss how you automated the requirement:”Each name used during sign-in should the be first name used when booking the ticket at the Book a Flight page.”
-        7.Challenge:What QuickTest feature did you use to meet the requirement:”All passwords should be encrypted”
Anwser:
-        1.Record and run test on any open Web browser
-        2.Standard checkpoint on the list item Number of Tickets
-        Properties:items count,inner text,all items
-        3.Input parameter
-        4.Register at least three new users prior to creating the automated test in order to have
-        Seed data in the database
-        5.Random parameter, range 1 and 4
-        6.The username is already an input parameter.Parameterize the step’passFirst0’under
-        BookAFlight and use the parameter for username.
-        7.Challenge:From the DataTable,select the cell and perform a right mouse click.A
-        Pop up window appears.Select Data>Encrypt

希望大家能从中得到自己想要的!
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏
回复

使用道具 举报

该用户从未签到

2#
发表于 2006-3-6 11:44:33 | 只看该作者
谢谢楼主!
回复 支持 反对

使用道具 举报

该用户从未签到

3#
发表于 2006-3-8 18:23:37 | 只看该作者

好也

好也
回复 支持 反对

使用道具 举报

该用户从未签到

4#
发表于 2006-3-9 10:38:25 | 只看该作者
这个还有专门的考试啊, 才知道,我才接触呢
不过,谢谢楼主了!
回复 支持 反对

使用道具 举报

该用户从未签到

5#
发表于 2006-3-16 14:39:44 | 只看该作者

这道题答案错了

1.What record and run setting did you select so that the test iterates starting at the home page?
A:Record and run test on any open Web browser
这个答案应该是pen the following browser when a record or run session begins
browser details select :1type select :Microsoft Internet Explore
2 Address select: http://newtours.mercuryinteractive.com
回复 支持 反对

使用道具 举报

该用户从未签到

6#
发表于 2006-3-16 16:55:03 | 只看该作者

这个问题的答案好像也不对吧?应该用正则表达式吧

step  4: Verify that the Number of Passengers field has a list of 1 through 4.
2.What QuickTest feature did you use to automate step 4 in the test case? What properties did you select?
应该用正则表达式吧{1-4}
回复 支持 反对

使用道具 举报

该用户从未签到

7#
发表于 2006-3-17 21:40:19 | 只看该作者
gooddd
回复 支持 反对

使用道具 举报

该用户从未签到

8#
发表于 2006-3-24 01:13:12 | 只看该作者
thanks
回复 支持 反对

使用道具 举报

该用户从未签到

9#
发表于 2006-4-5 22:04:04 | 只看该作者
Great!!! Thanks...
回复 支持 反对

使用道具 举报

该用户从未签到

10#
发表于 2006-4-26 07:59:04 | 只看该作者
cool it is.thanks for sharing.
回复 支持 反对

使用道具 举报

该用户从未签到

11#
发表于 2006-5-9 18:40:52 | 只看该作者
没整明白,初学习中
回复 支持 反对

使用道具 举报

该用户从未签到

12#
发表于 2006-5-16 15:23:06 | 只看该作者

感觉考试题目象高考试题一样不实用,看谁手册背得好

感觉考试题目象高考试题一样不实用,看谁手册背得好
回复 支持 反对

使用道具 举报

该用户从未签到

13#
发表于 2006-5-17 14:02:27 | 只看该作者
楼上的,错了吧。这个考试是可以看手册的。呵呵,不用背,会查就可以了。
回复 支持 反对

使用道具 举报

该用户从未签到

14#
发表于 2006-6-22 18:00:52 | 只看该作者
啊?不会把,这么简单
回复 支持 反对

使用道具 举报

该用户从未签到

15#
发表于 2006-7-12 12:00:07 | 只看该作者
谢谢楼主的资料。全是英文的,看起来不是很舒服。
回复 支持 反对

使用道具 举报

该用户从未签到

16#
发表于 2006-7-13 14:03:13 | 只看该作者
好贴一定要回。
回复 支持 反对

使用道具 举报

该用户从未签到

17#
发表于 2006-7-17 14:27:04 | 只看该作者
这也要考试。
回复 支持 反对

使用道具 举报

该用户从未签到

18#
发表于 2006-7-18 11:07:57 | 只看该作者
谢谢楼主
回复 支持 反对

使用道具 举报

该用户从未签到

19#
发表于 2006-8-24 13:04:48 | 只看该作者
thanks
回复 支持 反对

使用道具 举报

该用户从未签到

20#
发表于 2006-12-27 20:11:04 | 只看该作者
想考,所以下下来看看先,谢拉
回复 支持 反对

使用道具 举报

本版积分规则

关闭

站长推荐上一条 /1 下一条

小黑屋|手机版|Archiver|51Testing软件测试网 ( 沪ICP备05003035号 关于我们

GMT+8, 2024-11-15 03:19 , Processed in 0.079970 second(s), 27 queries .

Powered by Discuz! X3.2

© 2001-2024 Comsenz Inc.

快速回复 返回顶部 返回列表