Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
checkpoint using excel data?
#1
Not Solved
Hi,
I need to compare two similar screens (screenA & screenB) data values. I chose data driven methodology. For that, I’m writing ScreenA values into an Excel Sheet. From the same test I want to compare ScreenB values against ScreenA values. How can I check the screenB values using checkpoints?
Any other suggestions to compare two similar screens?
Regards
Ram
Vramu1@gmail.com
Reply
#2
Not Solved
You have already done half of the work! Using parameterization, use the values you got from Screen A to compare with the values from Screen B
Want to fast track your QTP/UFT Learning? Join our UFT Training Course
Reply
#3
Not Solved
I'm getting excel data like
PrCapPrice = currentsheet.cells(intRow, 3)
then I want to check txtCapitalPrice value in ScreenB using checkpoint with above excel value i.e, PrCapPrice.
I'm getting error when I wrote:
Code:
SwfWindow("SuperfitsToolset").SwfEdit("txtCapitalPrice").Check CheckPoint (PrCapPrice)

what i'm doing wrong?
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Want to read the data from excel and set read value in the JavaTable rajeevk7 0 2,162 07-10-2017, 04:20 PM
Last Post: rajeevk7
  dtLocalSheet empty even though excel file contains data cantorre 2 2,203 05-10-2017, 12:47 PM
Last Post: vidhi
  Reading data from excel sheet serenediva 1 8,780 03-03-2017, 10:07 AM
Last Post: vinod123
  Webtable Checkpoint to get cell data from dynamic WbfGrid Neetha 1 3,331 08-20-2015, 11:43 PM
Last Post: ADITI1992
  How to check whether data exists in excel.. venkatesh9032 1 2,908 03-06-2014, 04:37 PM
Last Post: supputuri

Forum Jump:


Users browsing this thread: 1 Guest(s)