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
No Answer is Posted For this Question
Be the First to Post Answer
Synchronization methods?
I AM NEW IN QTP,PLZ TELL ME ANY BOOKS FOR QTP, MY COMPANY IS QTP,SO I LEARN QTP,PLZ ANYBUDY HELP ME
explain keyword driven framework?
How will you handle custom object in QTP?
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
Could you please explain me about QTP framework.
How to access values from Unix OS and how to write..
Our company is having a windows client server application developed in vb.net. so there is a treeview and i am not in a position to record the click events in QTP. so kindly help. Vivek
will QTP accepts javascript?
Write a code check the checkbox in the web table which is in the 4th row and fifth column (Use child item concept)
how to record a word doc using qtp i.e open a word doc,type something and save the doc can someone send me the code.
What issues come up in test automation, and how do you manage them?