What is the main disadvantage of using low level and Analog
modes?
Answers were Sorted based on User's Feedback
Answer / praveen kumar.m
In Low-Level recording, mouse and keyboard action will
capture, So, when every the window/Browser miss placed in
run mode, the objects are not find as expected, so test
execution will be stop.
In Analog recording, mouse and keyboard action will
captured and application make it has a file and stored in
it Action folder itself, that file is not editable and only
QTP will read the file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sonal.pagare
Use analog recording or low-level recording only when normal
recording mode does not accurately record your operation as
they require more disk space than normal recording mode.
| Is This Answer Correct ? | 0 Yes | 1 No |
what is testing process with QTP in organization
How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?
Hi, Hope you viewers are doing fine with good health. What are the steps and connection parameters to connect to Oracle db ? Can you connect with just the Oracle client or Oracle XE ? Cheers!!
hi. I Am working in Small IT company as Test Engineer. But am looking for change. I have 2+yrs experience, but my problem is MCA 72%, remaining all are Second Division. plz give solution for my problem.am elgible for MNC's or not. if not plz give suggestion............ already i forwarded my resume to lot of MNC's but. I didn,t get CAL............ plz give any suggestion.
What is the syntax to use out of two characters. Pls anybody can give the answer.. Thanks in advance...
When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti
How to Synchronize the Browser at Field level? For example if you put Browser.sync(), it will wait upto for that Browser sync only. But It should wait upto total Browser get uploaded with all fields. Note : We don't know Which fields will come in that Browser. Means without knowing field names.
How to call .vbs functions in QTP? plz Explain indetail
Hi, is it possible for recording shortcut key during record session? The application on which I am working is web based application. This application has several shortcut key associated with menu option. I have succesfully recorded all menu option but unable to record shortcut key.
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks
what the difference between shared repository and per action repository?
How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?