anyone can explian about types of "Triggere Events" in QTP
Answer / mreddy
There are 4 types.
1.Pop-up window:A pop up window appears in an opened
application during the test run
2:Application Crash:An open application fails during the
test run
3.Object State: A property of an object changes its state
or value
4.Test Run Error:A step in the test does not run
successfully
| Is This Answer Correct ? | 4 Yes | 0 No |
what is a active x control?can any one brief me about active x controls
1. In build1 there is a page with two check boxes and a submit button. You have prepared a script for that page and its working fine. In Build 2 the developers have added two checkboxes in the page. Will the script prepared for Build 1 work for Build 2 or not. If yes, why and if No, why. Remember the developers have not touched the object properties of the textboxes in the page.
3. Anyone pls tell me as many points as possible for this question? what r the things to take into consideration before automating an application like; a). Identify whether the tool supports the appln or not. b). When there is lot of retesting and regression testing. c). ROI. d). When there is a need for running same script for multiple datas, etc. e). ---- f). --------- Pls give me more points.
How do we run a test from the 3rd row of the datatable in QTP? Leaving the first two rows we need to test AUT from 3rd row to n'th row.
PLS REAL TIMERS WRITE THE ANS FOR THIS? WHICH SCRIPT IS USED IN REAL TIME NOW A DAYS 1)SHARED REPOSITORY BASED SCRIPT 2)DESCRIPTIVE PROGRAMMING BASED SCRIPT?
My project title is "DRUG Audition and research management" it comes which domain?
How do u write script in qtp? where do u write?
How can i check all the button that are enabled in a widnows based application ? What script should i write for this ?
I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?
In a web page, one web table is present which is dynamic. In that table one of the column has links with the same inner text. write a script so that i need to click the third link.
how can i replace any text from the qtp script with some anothere text