Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Checkpoints in Expert View
#9
Not Solved
Actually, I created a test project in Expert View not using Record-Play. Its a wizard kind of application. Goes to page by page. Every page is handled by a function. For each page I have one VBS file. I want to make sure if a current page is successfully submitted and the next page is shown is the right page. For this I want to use some assert statement like a Checkpoint. But I dont know how to create a checkpoint in Expert View if I do not have an object in Keyword View.

Code:
Code:
'Calling functions in Function Library
Do_AccountSearch
View_AccountFileSummary
Do_NewSubmission
Add_Coverables(COV_TYPE_DWELLING)
RatingInputs
Add_Coverages

Option Explicit
'*******************************************************
' Rating Inputs Page
' Farhan Alam On 06-Mar-2009
'*******************************************************
Code:
Function Add_RatingInputs
    Dim frame
    Set frame = Browser("PCB").Page("RI_Page").Frame("Button Frame")
    frame.WebElement("Next").WaitProperty "visible",true, 100000
    frame.WebElement("Next Button").Click
End Function
Reply


Messages In This Thread
Checkpoints in Expert View - by farhanalam - 03-13-2009, 01:11 AM
RE: Checkpoints in Expert View - by deny.prastowo - 03-13-2009, 01:38 PM
RE: Checkpoints in Expert View - by farhanalam - 03-13-2009, 07:33 PM
RE: Checkpoints in Expert View - by Jackomcnabb - 03-14-2009, 08:18 AM
RE: Checkpoints in Expert View - by farhanalam - 03-16-2009, 07:22 PM
RE: Checkpoints in Expert View - by deny.prastowo - 03-17-2009, 09:39 AM
RE: Checkpoints in Expert View - by farhanalam - 03-17-2009, 05:28 PM
RE: Checkpoints in Expert View - by farhanalam - 03-18-2009, 07:38 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  SwfTree View Validation in UFT YogeshCallappa 0 1,949 10-28-2016, 01:26 PM
Last Post: YogeshCallappa
  Why not Checkpoints subhashinid 0 1,481 06-30-2016, 07:36 PM
Last Post: subhashinid
Question Outside View Terminal Emulator testing joncfrazier 0 3,202 12-04-2013, 10:47 PM
Last Post: joncfrazier
  To view log files in QTP sheetal 5 16,037 10-08-2013, 02:27 PM
Last Post: Gurpreet
  Query about checkpoints pkdhake 5 3,482 07-11-2013, 03:17 PM
Last Post: vinod123

Forum Jump:


Users browsing this thread: 1 Guest(s)