|
Issue in Descriptive(QTP) while using Https server
|
|
04-18-2008, 12:11 PM
Does the https page launch as a pop-up window after clicking Login link? If yes, you need to include the visible property in parent objects. You can find the example in earlier posts.
Want to fast track your QTP/UFT Learning? Join our UFT Training Course
04-18-2008, 06:21 PM
Many thanks for your reply ankur. The https page does not launch as a pop-up window but as a normal window only. It gets recognized as browser when I use the object spy. And I did tried all ways to include the visible property as I mentioned in my previous post. I was really wondering what cud be wrong. But one thing is that, I was browsing in qtp forum abt this and one user had said that in case of https it is better to use name and innertext property while performing DP, but quite unfortunate, the appln in which i'm wrkng doesn't have the innertext property but shows the name property. May be even this can be an issue, still I wud be glad to get the exact reason for that.
thanks again
04-23-2008, 01:40 AM
If the second browser window opens, QTP gets confused. So in order for QTP to recognize the second browser use CreationTime. CreationTime:=0 referrs to the first browser window and CreationTime:=1 referrs to the second and on and on. For example:
Code: Browser("CreationTime:=1").Page("micClass:=Page").WebButton("name:=View Directory").click |
|
« Next Oldest | Next Newest »
|
| Possibly Related Threads… | |||||
| Thread | Author | Replies | Views | Last Post | |
| Dynamic descriptive Programming issue in Terminal Emulator | cprasad | 1 | 2,505 |
04-25-2019, 08:17 PM Last Post: Ankur |
|
| Exporting QTP runtime datatable to SQL server during | SweetyChowdhury | 1 | 3,758 |
05-10-2013, 03:41 AM Last Post: sria123 |
|
| How to draw a line using QTP descriptive script? | brijith04 | 2 | 4,490 |
03-11-2013, 07:01 AM Last Post: basanth27 |
|
| How to read a unix flat file from a unix server using QTP | vinayjames.b05 | 3 | 10,336 |
06-18-2012, 11:12 PM Last Post: gunaseakaran |
|
| Descriptive programming variable issue | pooja7 | 5 | 5,308 |
02-29-2012, 04:08 PM Last Post: simon_schreiner |
|
Users browsing this thread: 1 Guest(s)

