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 to get Links count in an web application,without descriptive programming?
How to fetch web elements count from Google Page which contains letter "e"
Please let know the scripts for counting number of repeated letters in the word. Note repeated letter should not be count agian. Ex: If "Hello" is my word... l is coming twice.. it should count once and print... secong 'l' should not count again..
can anyone tell me how to search a word/line in a document and to paste it in another file? Thanks in advance.
give one example where you have used regular expression?
Explain the concept of object repository?
i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma
write script for , launching fr window,login and create 5 elements array and store 5 order numbers inthat array? and open order by using order no.s in array and find out maximum tickets booked by which order?
what are the different data driven types?
Iam trying to write script for Rediffmail Page,in doing so the script line for go button is not accepting. Is their any other way other than . Browser("micClass:=browser").Page("micClass:=Page").Link ("micClasss:=Link","name=go")
What is the use of running the scripts in Hidden-mode in UFT?