Krishna Logo
qa training in canada now
Divied
Call: Anusha @ 1 (877) 864-8462

 

Latest News
Home Navigation Divied
INTERVIEW Navigation Divied QTP INTERVIEW QUESITONS
Showing 231 - 240 of 469 Previous | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | Next
QTP INTERVIEW QUESITONS
 
231What Are The Different Scripting Languages You Could Use When Working With QTP?
Date Posted: 06/27/2012


Ans: Visual basic, XML, JavaScript, Java, HTML.

 
 
232What Do You Call The Window Testdirector-testlab?
Date Posted: 06/27/2012

Ans: “Execution Grid”. It is place from where we run all manual/automated scripts.Ans:

 
 
233How Can I Check If A Checkpoint Passes Or Not?
Date Posted: 06/27/2012

Ans:
Chk_PassFail = Browser (...).Page (...).Web Edit (...).Check (Checkpoint ("Check1"))
if Chk_PassFail then
MsgBox "Check Point passed"
else
MsgBox "Check Point failed"
end if

 
 
234What Do You Mean By Iteration?
Date Posted: 06/27/2012

Ans: Each run session that uses a different set of parameterized data is called as iteration.

 
 
235 Have You Ever Written A Compiled Module? If Yes Tell Me About Some Of The Functions That You Wrote?
Date Posted: 06/27/2012

Ans:  I used the functions for capturing the dynamic data during runtime. Function used for capturing Desktop, browser and pages.

 
 
236How To Convert A String To An Integer?
Date Posted: 06/27/2012

Ans: CInt () ->a conversion function available.

 
 
237 How To Verify The Cursor Focus Of A Certain Field?
Date Posted: 06/27/2012

Ans: Use “focus” property of “GetRoproperty” method.

 
 
238How To Make Argument Optional In A Function?
Date Posted: 06/27/2012

Ans: This is not possible as default VBS don’t support this. Instead you can pass a blank scring and have a default value if arguments are not required.

 
 
239My Test Fails Due To Checkpoint Failing, Can I Validate A Checkpoint Without My Test Failing Due To Checkpoint Failure?
Date Posted: 06/27/2012

Ans:
Reporter. Filter = rf Disable All;’Disable all the reporting stuff
Chk_PassFail = Browser (…). Page (…). Check (Checkpoint (“Check1”))
Reporter. Filter = rfEnableAll 'Enable all the reporting stuff
if Chk_PassFail then
MsgBox "Check Point passed"
else
MsgBox "Check Point failed"
end if

 
 
240How Can I Import Environment From A File On Disk?
Date Posted: 06/27/2012

Ans: Environment. Loadfromfile “C:Env.xml”.

 
Showing 231 - 240 of 469 Previous | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | Next
Shadow Bottom
 
 
© 2005 -