hai,i want to select an option from the right click pop up
menu.but the qtp is not recognizing the right click pop up
menu as a seperate object.can any one tell me the solution.
Answer Posted / laxmi
but i need it through scripting.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
i have a doubt can anyone tell me where are scripts stored while using QTP.Tell me the exact procedure takes place in real time?like how we call scripts how to proceed after writing scripts?how scripts are executed etc?i heard some use Qc whether others dont use.so tell me whole procedure for both the things it will be a very big help.as i have interview i want to have whole idea on this.its very urgent.
What is a reusable action?
please post the interview questions for QA position in FACTSET
why you have standardized functions? plzzz guys with real time exp. do answer
wt is the use of multiple questions in QTP
Hi this is chandra if any one have Navigation of LAB QTP, I want Navigation of those tools, if any one have the and know the Navigation each and every part of the QTP, plz send me my mail naruboinac@yahoo. com,naruboinas@ gmail.com
Can you write a script to check if the folder exists or not?
Is there any pdf or online book for QTP Scripting? Let me know more about QTP Scripting.
How many types of recording modes are there?
Write a script to verify font style and color of a windows object using descriptive programming
HOw to add the recovery file at runtime to the test file .
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
which type of testing process are you following in ur company? how to recognize a qtp page?
How does qtp identify objects in the application?
What is method name to compare two XML files.