google搜索 站内搜索                 软件测试门户 | 软件测试培训 | 文章资料精选 | 软件测试论坛 | 测试解决方案 | 软件测试博客 | 测试招聘求职 
打印

[讨论] QTP SP 试题

QTP SP 试题


发现这套 QTP SP 考题, 我看挺好的, 答了一些, 其它不会.  烦请高人补上并讨论答案. 谢谢!


QTP SP考试试题
a)        In the correct order,list the steps to configure the Keyword View columns so that only the following four columns are displayed:Operation,Value and Documentation (4 points)

A.From the Visible Columns field, select a column that should not be displayed.
B.Select Tools->Keyword View Options
C.Click the arrows to move the columns in or out of the Visible Columns field.
D.Click Ok to apply the new column settings.

A: B -> A -> C -> D

b)        What file in a typical test directory contains the DataTable information for a test?(2 points)

        A: Default.xls

c)        From a list of captured objects in the Object Repository, what QuickTest feature allows you to blink an object in the application under test? (2 points).

        A:

d)        Which of the following synchronization does not apply to a single specific object?(2 points)

a.Object Synchronization timeout
b.A Synchronization point during recording
c.A checkpoint timeout value
d.None of the above.A TO C are all object-specific synchronizations

A:

e)        Select the three standard add-ins included in a QuickTest Professional installation(3 points)

a.ActiveX
b.Flash
c.Windows
d.Web
e.Visual Basic
f.Multimedia
g.Terminal

A: a.ActiveX, d.Web, e.Visual Basic

f)        Emulator You need to identify the values of the following system variables: OSVersion,Product – Dir, and TestDir. What is the tab in QuickTest that contains this information,and where is the tab located?(2 points).

        A: Enviroment. It is in Test Settings (File -> Settings)

g)        What feature from Microsoft has to be installed in order to add a breakpoint?(2 points)

a.MS Outlook
b.Internet Explorer
c.MS Debugger
d.Internet
e.Explorer 6 Service Pack 2

A: c.MS Debugger

h)        How would you write a regular expression for a ten-digit number that begins with 45 and the ninth value is a character whose value would only be from A through F,mixed caps?(2 points)

a.45[\d+7][AF]
b.45[0-9] [0-9] [0-9] [0-9] [0-9] [0-9] [A-f] [0-9]
c.45.+[A-F,a-f] [0-9]
d.45\d{6}[A-F,a-f]\d

A: d.45\d{6}[A-F,a-f]\d

i)        Listed below are four screens that represent application events.Which of the following trgger events would you not consider for a recovery scenario?(2 points)

a.An application failure
b.A pop up window with an error message
c.An optional step in a business process
d.A run error

A: c.An optional step in a business process

j)        You are asked to create an automated test on the Windows Flight application.The test requires you to open an order, then delete the opened order.The test plays back with several iterations. According to best practices,what should be the Record and Run Setting you will select for the test?(2 points)

a.Record and run test on any open Windows-based application
b.Record and run on these applications(opened on session start)
c.Record and run test on any open application

A:

k)        What happens after the synchronization timeout expires during play back?There are tow answers.(2 points)

A.The test always continues running
b.The test always stops with an error message
c.The test always issues a warning
d.The test always uses Smart Identification automatically

A: c.The test always issues a warning; d.The test always uses Smart Identification automatically

l)        Two months ago,you created a test on a Windows application that contains ActiveX and Visual Basic Components.Yesterday,When you ran your test on a new build of the application,you discovered that the Visual Basic objects are no longer part of the application. When you open your test,the following message appears WITHOUT using the add-in Manger during start-up,what test settings can you use to update the test so this warning screen no longer appears when you open the test?(2 points)

a. add-in license
b. Modify Associated Add-ins
c. Update ActiveScreen
d. Associated Library Files
e. Expert View
f. Popup Message Box
g. Generate Script

A: b. Modify Associated Add-ins (reopening QTP needed)

m)        After creating and executing a basic test, you will see the results illustrated in figure 1. Explain why the status of Passed, Failed and Warnings occur zero times. There are two correct answsers.(2 points)

        A:

TOP

我外语不行啊sdlkfj9
我不再问为什么,因为我懂了。

TOP

SP的考题也不简单啊!
性格决定命运,气度决定格局!
个人网站-http://www.lantianwei.com
欢迎大家访问!

TOP

稍微补充了下,不对的地方请指出~
QTP SP考试试题
a)        In the correct order,list the steps to configure the Keyword View columns so that only the following four columns are displayed:Operation,Value and Documentation (4 points)

A.From the Visible Columns field, select a column that should not be displayed.
B.Select Tools->Keyword View Options
C.Click the arrows to move the columns in or out of the Visible Columns field.
D.Click Ok to apply the new column settings.

A: B -> A -> C -> D

b)        What file in a typical test directory contains the DataTable information for a test?(2 points)

        A: Default.xls

c)        From a list of captured objects in the Object Repository, what QuickTest feature allows you to blink an object in the application under test? (2 points).

        A: Highlight in Application

d)        Which of the following synchronization does not apply to a single specific object?(2 points)

a.Object Synchronization timeout
b.A Synchronization point during recording
c.A checkpoint timeout value
d.None of the above.A TO C are all object-specific synchronizations

A: d.None of the above.A TO C are all object-specific synchronizations

e)        Select the three standard add-ins included in a QuickTest Professional installation(3 points)

a.ActiveX
b.Flash
c.Windows
d.Web
e.Visual Basic
f.Multimedia
g.Terminal

A: a.ActiveX, d.Web, e.Visual Basic

f)        Emulator You need to identify the values of the following system variables: OSVersion,Product – Dir, and TestDir. What is the tab in QuickTest that contains this information,and where is the tab located?(2 points).

        A: Enviroment(Built-in). It is in Test Settings (File -> Settings)

g)        What feature from Microsoft has to be installed in order to add a breakpoint?(2 points)

a.MS Outlook
b.Internet Explorer
c.MS Debugger
d.Internet
e.Explorer 6 Service Pack 2

A: c.MS Debugger

h)        How would you write a regular expression for a ten-digit number that begins with 45 and the ninth value is a character whose value would only be from A through F,mixed caps?(2 points)

a.45[\d+7][AF]
b.45[0-9] [0-9] [0-9] [0-9] [0-9] [0-9] [A-f] [0-9]
c.45.+[A-F,a-f] [0-9]
d.45\d{6}[A-F,a-f]\d

A: d.45\d{6}[A-F,a-f]\d

i)        Listed below are four screens that represent application events.Which of the following trgger events would you not consider for a recovery scenario?(2 points)

a.An application failure
b.A pop up window with an error message
c.An optional step in a business process
d.A run error

A: c.An optional step in a business process

j)        You are asked to create an automated test on the Windows Flight application.The test requires you to open an order, then delete the opened order.The test plays back with several iterations. According to best practices,what should be the Record and Run Setting you will select for the test?(2 points)

a.Record and run test on any open Windows-based application
b.Record and run on these applications(opened on session start)
c.Record and run test on any open application

A: a.Record and run test on any open Windows-based application

k)        What happens after the synchronization timeout expires during play back?There are tow answers.(2 points)

A.The test always continues running
b.The test always stops with an error message
c.The test always issues a warning
d.The test always uses Smart Identification automatically

A: a.The test always continues running; c.The test always issues a warning

l)        Two months ago,you created a test on a Windows application that contains ActiveX and Visual Basic Components.Yesterday,When you ran your test on a new build of the application,you discovered that the Visual Basic objects are no longer part of the application. When you open your test,the following message appears WITHOUT using the add-in Manger during start-up,what test settings can you use to update the test so this warning screen no longer appears when you open the test?(2 points)

a. add-in license
b. Modify Associated Add-ins
c. Update ActiveScreen
d. Associated Library Files
e. Expert View
f. Popup Message Box
g. Generate Script

A: b. Modify Associated Add-ins (reopening QTP needed)

m)        After creating and executing a basic test, you will see the results illustrated in figure 1. Explain why the status of Passed, Failed and Warnings occur zero times. There are two correct answsers.(2 points)

        A: 1. The test doesn’t exist CheckPoint, and no Synchronization timeout occurs; 2.Reporter.Filter=3
路漫漫其修远兮,吾需努力再努力

欢迎加我MSN共同讨论QTP疑难杂症~加好友时请注明51testing~

TOP

就这几道吗?LZ有没有完整的,PMsdlkfj3 ,一起研究

TOP

有完整的试题最好了,据说考试费用8k,想考没资料

TOP

 
当前时区 GMT+8, 现在时间是 2008-12-5 16:20Copyright(C)上海博为峰软件技术有限公司 2001-2007 电话:021-64471599-8017
当您在访问网站、论坛及博客过程中遇到问题时可发送email:webmaster@51testing.com或发送论坛短信至管理员风在吹