What is the Diff between Image check-point and Bit map
Check point?
Answers were Sorted based on User's Feedback
Answer / sreeprasad
Image:checks the property values of an image, check that
image source file is correct
Bitmap:checks an area of a web page or application after
capturing it as a bitmap
check that the web page or application is displayed as a
expected.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ashok
image chect point means check whether the charecterstic of
the image correctly appear in web page r not.
bitmap means check whether the bitmap correctly present in
webpage r not
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rajendra pradeep
For Checking whether an Image existson a webpage is "Image
Check Point" and and Checking a part of that image
is "Bitmap Check Point"
| Is This Answer Correct ? | 0 Yes | 0 No |
After running scripts how you report results ,there is any specific report form
How to call a function in QTP?
I am facing an issue of object identification with the dropdown element of DHTML grid. When I tried to recognize these different dropdown objects, QTP identifies only one object for all the dropdowns. Hence, selection of different data from different dropdowns list is an issue. To overcome this problem, i have used Descriptive Programming technique by creating different object descriptions which have all the other properties same but differ only in one property i.e. ‘X’ location of the element on the screen. Hence, i have created distinct object descriptions that would allow us to select values in different dropdowns. The code is given below. But still I am unable to identify distinct dropdown objects. ‘Object Description for Dropdown Cell Status Set objCellStatus = Description.Create objCellStatus("micclass").value = "WebList" objCellStatus("name").value = "select" objCellStatus("x").value = 219 ------ ‘X’ Axis value for cell status drop down ‘Object Description for Dropdown Sub Segment Set objSubSegment = Description.Create objSubSegment("micclass").value = "WebList" objSubSegment("name").value = "select" objSubSegment("x").value = "319" ------ ‘X’ Axis value for sub segment drop down Please help... This is specific to DTML grid(Drop down object)
Does any one worked on JIL Emulator , Testing with QTP(automation). Trail Version of QTP is not identifying the child objects of JIL emulator, Can any one help me out ,
What is quicktest professional (qtp window?
What are the types of Object Repositories in QTP?
What is exact difference between “while” and “do while” in QTP ?
I have to pass all the test cases into gmail userid and password using functions please give me code thanks have anice and greate day
What r the advantages of automation?
What is Expert view?
Hi, Plz give best Definition of Software Testing? Why we need Software Testing? and plz send 2+yrs experience Interview qutions (Manual,Qtp).
What is environment variable in qtp and why to use it?