Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Describe the process for writing text check point for a web
application?

Answers were Sorted based on User's Feedback



Describe the process for writing text check point for a web application?..

Answer / murali raju

Text checkpoints are supported for various external
QuickTest Professional add-ins (purchased separately).
Refer to your add-in documentation for details.if u r able
to insert text checkpoint in your webpage..do like this way

1)launch qtp..and then open web application.this is the
way of process to recognize objects properly.
2)start recording.switch to insert-> checkpoint--
>textcheckpoint.put the hand icon any webedit or textbox
field..capture that value..if u want change ur expected
value change the expectd value in text checkpoint
properties..i think without having seat licence we can't
able to put the text checkpoint..if ur able to do this
above procees..do it.

Is This Answer Correct ?    0 Yes 0 No

Describe the process for writing text check point for a web application?..

Answer / 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

More QTP Interview Questions

HOw to add the recovery file at runtime to the test file .

0 Answers  


Thanks....But can u tell me how i use the QTP for GIS with one Example...

0 Answers  


Explain types of exception handling and script for that?

2 Answers  


How does QTP identifies the object in the application

6 Answers   Convergys,


4. How u will open the build automatically in QTP except using Systemutil.run command

4 Answers  


How to use the Object spy in QTP 8.0 version?

2 Answers  


How many actions we can write in a test?

7 Answers   TCS,


Pls let me know completely about descriptive programming, where it is used, pls explain with a real time example of its occurence and the program code written in qtp.

3 Answers  


what is review

0 Answers  


Tell me one scenario, the complex functionality you have automated in your project?

0 Answers  


How qtp recognizes the object?

0 Answers  


Hi I have a doubt in qtp. Can you please clarify my doubt. If we are importing the data from excel sheet in qtp the the script is running the number of row times. I mean if there are 4 rows in excel sheet the script is running 4 times. cant we avoid this. suppose i have tis script: datatable.Import "C:\Documents and Settings\sailaja\My Documents\login1.xls" n = datatable.GetRowCount For i =1 to n systemutil.Run "C:\Program Files\Mercury Interactive\QuickTest Professional\samples\flight\app\flight4a.exe" datatable.SetCurrentRow i Dialog("Login").WinEdit("Agent Name:").Set DataTable ("Username", dtGlobalSheet) Dialog("Login").WinEdit("Password:").Set DataTable ("Password", dtGlobalSheet) Dialog("Login").WinButton("OK").Click Window("Flight Reservation").ActiveX ("MaskEdBox").Type "020209" Window("Flight Reservation").WinComboBox("Fly From:").Select "Frankfurt" Window("Flight Reservation").WinComboBox("Fly To:").Select "Los Angeles" Window("Flight Reservation").WinButton("FLIGHT").Click Window("Flight Reservation").Dialog("Flights Table").WinButton("OK").Click Window("Flight Reservation").WinEdit("Name:").Set "Sailaja" Window("Flight Reservation").WinButton("Insert Order").Click Window("Flight Reservation").WinMenu ("Menu").Select "File;New Order" window("Flight Reservation").Close next I created a excel sheet with 3 rows and 2 columns. (username and password). The script is running 9 times. I made the option run one itaration only . eventhough it is running 9 times .can u plaese clarify my doubt. Thankyou Sailaja.

3 Answers  


Categories