I am a new tester that needs to create an automatic script
involving security questions. On a webpage I need to select
a security question(which are random) from a drop down
menu, and then input the answer as the last word from the
security question. I have the script set-up to
automatically select the first security question from the
drop down. The problem I am having is trying to insert the
security answer. How do I insert the security answer based
on the selection from the security question?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More QTP Interview Questions

What is the difference between Action and Function.? when both has the same functionaltiy, when do we choose Action and when do we choose Function..??

3 Answers   DST Global Solutions,


How do i relate the checkbox properties with webelement when checkbox properties are changing on every login to the application

1 Answers   TCS,


Explain in brief about the QTP Automation Object Model.

1 Answers  


what is smart identification in qtp? pls any give details? thanks in advance

3 Answers   IBM,


How do you connect to database ,What is the script to connect DATA BASE?

2 Answers   Nokia,






How to test login page by using QTP

6 Answers  


i don't have any experience in qtp? Can u please tell me What work i have to do?

4 Answers  


You say it is a bug but developer say it is not a bug then what will you do?

6 Answers   Hewitt, Tech Mahindra,


please tellme ordernal identifiers in QTP?

2 Answers  


Anybody wants to learn QTP with realtime implementations and complete framework desiging plz contact to this mail id ciraaj@gmail.com

1 Answers  


what are the different data driven types?

6 Answers  


How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538

0 Answers   Cap Gemini,


Categories