Answer Posted / mandeep
Accesibility checkpoint checks the web page for section 508
compliance.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Get the count of files of similar types from a folder.
how will you check how many members visited the website www.infosys.com?
What are the types of properties that quick test learns while recording?
How do you delete unwanted results in qtp?
What is a reusable action?
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
Analyzing the checpoint results?
If you have two monitors one is of 19inch and the 2nd one is of 24inch,if you want to write same QTP script in both the two monitors is there any changes required in the script?
Can any body please tell me the steps of keyword driven framework of QTP.
Is it possible to use two instances of UFT on the same machine? If not why?
How many types of recording modes in the qtp?
What is the difference between shared and local object repository?
What is debugging? How you debug your script?
hi, FOR 3+ QTP INTERVIEW, FOR EXAMPLE WE PUT ONLINE BANKING SYSTEM PROJECT IN OUR RESUME, IN PROJECT MANAGER ROUND...WHAT R THE MAJOR QUESTIONS ARE ASKED IN P.M? PLS TELL ME ATLEAST 10 QUESTIONS?.....AND IF POSSIBLE POST ANSWERS ALSO....
Does QTP10 supports Windows 7OS +IE 9 combination? Which is the preffered combination ,Plz let me know?