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 |
If an application name is changing frequently i.e while recording it has name “Window1” and then while running its “Windows2” in this case how does QTP handle?
How to interact tool & application build in QTP?
How to watch currnet value of an object like OK buton or edit box with "Agent Name:" label. in watch expression tab?
hello, i just started searching for a job on QA ,need QTP software full version.plz can any body help me...my email id is padma_ub@yahoo.com.thanks in advance.
I want to test my vb.net solution file using qtp. Does Qtp test only .exe file?
What are the main features we have to compulsory test by using qtp in an web based application
I want two test two agents login for the flight website. Here is the scenario: I want to go through 1-3 rows for one user login and other user login I want to go though 3-5 rows. How would you set this up in qtp. Thank You
How to capture a window in QTP?
Hi Friends, How to trap an error message on Web page through QTP. Example:- When I put wrong user id or Password on a web page, I get the error message. So when I add the error object in Reposatory, every time it shows as Login Failed Object exist, eventhough using corret login details. And if I do the same without adding the object it shows as object not found. This might be because while recording QTP takes every new page as _1 _2 _3 and so on. as below. Browser("XXXXX").Page("XXXXX_1"). >>login Browser("XXXXX").Page("XXXXX_2"). >>Inbox Browser("XXXXX").Page("XXXXX_3"). >>Sent Items I used below code. Browser("XXXXX").Page("XXXXX").WebEdit("firstname").Set strFN Browser("XXXXX").Page("XXXXX").WebEdit("lastname").Set strLN Browser("XXXXX").Page("XXXXX").WebEdit("userid").Set strUserID Browser("XXXXX").Page("XXXXX").WebEdit("password").Set strPass Browser("XXXXX").Page("XXXXX").WebButton("Login >").Click If Browser("XXXXX").Page("XXXXX_2").Image ("msg_icon_error").Exist 5 Then Reporter.ReportEvent micFail, "XXXXX", "Login Failed!" ExitRun (It shows login failed ever after login is passed. Else Reporter.ReportEvent micPass, "XXXXX", "Login Successful!" End If Please find out a way for me here, and provide me with the correct code. Thanks in Advance.
What is keyword driven framework?
in which case & which method we can use "native" property of an object ?
what is verification & validation?