Get Merge tool, you should get this once you install QTP + and you should getthis facility with other tools like Multitest Manager, Password encoder and batch runner.
Image checkpoint :Checks the property values of an image.Bitmap Checkpoint:Checks an area of a webpage or application after capturing it as a bitmap
Go to Test-->Settings-->select the Resources Tab,There you can find Shared or Per action radio button,You can Select which ever you want.
With out recovery scenario manager,we can handle exxeption part in qtp through error object and on error resume next statement which is provided by vbscript.
On Error Resume Next : causes execution to continue with the statement immediately following the statement that caused the run-time error, or with the statement immediately following the most recent call out of the procedure containing the On Error Resume Next statement. This allows execution to continue despite a run-time error. You can then build the error-handling routine inline within the procedure.
Using "Err" object msgbox "Error no: " & " " & Err.Number & " " & Err.description & " " & Err.Source & Err.HelpContext
I would like to add some stuff to Kalpana's comments.
It is as follows:-
An outPut value is a value captured during the test run and entered in the run-time
but to a specified location.
EX:-Location in Data Table[Global sheet / local sheet]
It is as follows:-
An outPut value is a value captured during the test run and entered in the run-time
but to a specified location.
EX:-Location in Data Table[Global sheet / local sheet]
First thing i need to tell is that,
Check point are diffrent and Output values are diffrent.
Output values are used to capture run time data and stored, while you are running your test/script and use(go as input) the same in some other place in the same run session.
Check point: are bascilly used for validation purpose. for Ex.
if you want to ensure expected page is navegated on the screen or not.
Check point are diffrent and Output values are diffrent.
Output values are used to capture run time data and stored, while you are running your test/script and use(go as input) the same in some other place in the same run session.
Check point: are bascilly used for validation purpose. for Ex.
if you want to ensure expected page is navegated on the screen or not.
Database check helps to check database usied is correct or not.
eg : flight reservation : if you right click on the information table of flight and say add database check point you would get check point properties ,there select the data base icon which looks like excel sheet and click ok. check point is added, if you want to add parameterization click on the icon in the value cell and add parameters, data table will be highlighted, add the places you want to check and run the test... if successfull, means dbcheck point is correct.
eg : flight reservation : if you right click on the information table of flight and say add database check point you would get check point properties ,there select the data base icon which looks like excel sheet and click ok. check point is added, if you want to add parameterization click on the icon in the value cell and add parameters, data table will be highlighted, add the places you want to check and run the test... if successfull, means dbcheck point is correct.
QuickTest supports Macromedia Flash 4 or 5 objects that are ActiveX controls in Internet Explorer. You can also test Macromedia Flash 6 clips containing Flash 4 or 5 commands
You can use the test object methods and properties associated with the FlashControl object to test Flash objects in your multimedia application.
You can use the test object methods and properties associated with the FlashControl object to test Flash objects in your multimedia application.
Absolutely not!! Qtp recognises the code through the objects of the object repository.It's like central repository to the tool.....(any comments )??
You are wrong... we can run the script without storing the Objects in Object repository...
The answer is "Yes" we can run the script without objects ... we will create the objects in run time and store in repository...
The answer is "Yes" we can run the script without objects ... we will create the objects in run time and store in repository...
No comments:
Post a Comment