what is the command (keyboard command) to swith from expert
view to key word view
Answers were Sorted based on User's Feedback
Answer / narendra
hello murugan
to move from keyword to expert apply
ctrl+pageup/pagedown
check it it will work 100%
any quiries mail me
narendra.ksm@gmail.com
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / guest
Hello It is not working in QTP.
When I am Performing it is navigating to Start Page to Test
tab and Vice Versa
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / murugan
CTRL+TAB is the keyboad command used to switch for
keywordview to EXPERVIEW OR VICEVERSA
| Is This Answer Correct ? | 1 Yes | 4 No |
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
How to export data in excelsheet to qtp without using datatable.
How can we fill data in a text box without recording using object spy. Can you please provide the steps...
Where we write the FUNCTIONS, in Expert view (or) in any textfiles like Notepad and save it in Library functions folder? How to cal that functions to our script? How to save that functions to Function generator?
How to create basic scripts from a manual test case in QTP?
Suppose there is a bitmap with some text in it how do you write the script to get the text.
what frame work you are following?
What is parameterization? What is syncronization pt.?
3 Answers Semantic Space, SRM,
If 2 gmail browsers are opened in our system, how to enter the mail id and password into second browser by using discriptive program?
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?
Explain the types of object repository?
how to disable the pop ups through QTP using a script