Describe the process for writing text check point for a web
application?
Answer Posted / baba
Hello buddy,
Please try to avoid using Text Checkpoints at any time and
any where and any application.
You can give answer just " We should not use text
checkpoints to test GUI " in web application, but the
process is
"1. Keep tool under recording mode
2. go to menu bar,
3. Select Insert menu item,
4. Select Text Check Point
5. Select particular word or text with hand icon
6. Click on Ok "
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to test load test and block box testing an a web based application pls give ans briefly
What is Test Fusion Report in QTP?
What is meant by Output Value in UFT?
I have 5 save buttons in 5 tabs . The tabs are placed one after the other. My object repository have these added as 5 save buttons with name sav1, save 2, save 3 , save 4, save 5 .all are getting highlighted from OR but they are not getting clicked. After spying each button all the properties are same except First button Index 0 html id:=btnSaveTab1 outerhtml:=", Second button "html id:=btnSave "outerhtml:=", Third button "html id:=", outerhtml:=",
what frame work you are following?
Subj: realtime example of Database check point, Can any one please detail on how the Database check point is utilized/implemented in a real time project. I already know how to make one by creating DSN/ODBC and writing the required query manually and other steps...I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thank you in advance
supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?
What is text/text area checkpoint?
If a button named "CLICK" is recorded in low level recording mode , what will be the values stored for "name" property of that button in object repository ?
how to convert 100 into hundred repees only and viceversa
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
What is Associate Repository in QTP 9.2 ?
what r the verstions from 1st to present (verstions) of mercury tools (like winrunner,QTP,Loadrunner) ? Chandana
Why do we use breakpoints in QTP?
Explain the concept of object repository and how quicktest professional (qtp) recognises objects?