Interview Questions Answers.ORG
Interviewer And Interviewee Guide
Interviews
Quizzes
Home
Quizzes
Interviews Application Program Interviews:AutoCADBEA WeblogicBioinformaticsBizTalk ServerBug Tracking ToolsBugzillaClarify CRMCoding StandardsComputer Aided Design (CAD) DesignerCVSGIMPJMXLINQLoadRunnerMagentoMATLABMicrosoft AccessMicrosoft ExcelMicrosoft OfficeMicrosoft OutlookMicrosoft WordModel View Controller (MVC)OLAPOOADQuickbookRational RobotRDFSchemaSiebelSilkTestSVGTest PlanTesting ToolsUnity 3D DeveloperVRMLWCF SDKWPFXML DOMXPointer
Copyright © 2018. All Rights Reserved
SilkTest Interview Question:
My requiremtn is to click a link in the web based application?
Submitted by: AdministratorMy requiremtn is to click a link in the web based application.I have written a method to click the Java Script link.but it is giving the Window is not exposed Error.
I tried to solve with the following silk options .
[ ] Agent.SetOption(OPT_VERIFY_EXPOSED, FALSE)
[ ] window.ClearForm.SetFocus()
[ ] window.ClickClearForm()
[ ] Agent.SetOption(OPT_VERIFY_EXPOSED, TRUE)
It is giving the same error.
try the following code
[ ] Agent.SetOption(OPT_VERIFY_EXPOSED, FALSE)
[ ] Agent.SetOption(OPT_VERIFY_ENABLED, FALSE)
[ ] window.ClearForm.SetFocus()
[ ] window.ClickClearForm()
[ ] Agent.SetOption(OPT_VERIFY_ENABLED, TRUE)
[ ] Agent.SetOption(OPT_VERIFY_EXPOSED, TRUE)
Submitted by: Administrator
I tried to solve with the following silk options .
[ ] Agent.SetOption(OPT_VERIFY_EXPOSED, FALSE)
[ ] window.ClearForm.SetFocus()
[ ] window.ClickClearForm()
[ ] Agent.SetOption(OPT_VERIFY_EXPOSED, TRUE)
It is giving the same error.
try the following code
[ ] Agent.SetOption(OPT_VERIFY_EXPOSED, FALSE)
[ ] Agent.SetOption(OPT_VERIFY_ENABLED, FALSE)
[ ] window.ClearForm.SetFocus()
[ ] window.ClickClearForm()
[ ] Agent.SetOption(OPT_VERIFY_ENABLED, TRUE)
[ ] Agent.SetOption(OPT_VERIFY_EXPOSED, TRUE)
Submitted by: Administrator
Copyright 2007-2025 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.
https://InterviewQuestionsAnswers.ORG.