Test Case Operability
Test Case Name: LINE Notify BOT
Precoditions:
Inputs:
ส่งข้อมูลโดย BOT เช่น
from songline import Sendline
from uncleengineer import thaistock
token = 'xxxxxxxxxxxxxxxxxxxxxxxxx'
message = Sendline(token)
allstock = ['PTT','SCB','KBANK','AOT','STEC']
texttoline = ''
for st in allstock:
mystock = thaistock(st)
text = 'หุ้น: {} ราคา: {}'.format(mystock[0],mystock[1])
texttoline += text + '\n'
message.sendtext(texttoline)
Actions:
Data event
Expceted Results:
Checking alert