Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QTP unexpectedly closes itself on function "Set"
#1
Not Solved
Hi,

i have a problem in a certain script. QTP closes down itself without an error-message. The line where it closes is

inputObjectZins.Set produktZins

from the Debug-View (see attachement), i see that inputObjectZins is of Type "HtmlEdit" and produktZins has Value "1.4"

Can anyone give me a hint how to solve the problem or how to further debug/isolate it?

Quick Test Professional 10.00
Version: 10.00.0.0 Build: 513
Product ID: QTPRPID 10.00/0

Kind Regards
Michael

   
Reply
#2
Not Solved
try the below code and see if it works..

Code:
inputObjectZins.Object.value=produktZins
OR
Code:
inputObjectZins.Object.text= produktZins

Regards,
Ankesh
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Calling a function in a Test Script from a function library anupam4j 3 5,906 06-26-2015, 12:31 AM
Last Post: babu123
  Webfile.set is not working in QTP 11 for chrome browser version 24 pradeep singh 1 4,905 11-05-2014, 11:51 AM
Last Post: mansoor.s.shaikh
  QTP closes after test run from QC shipu 0 1,600 01-16-2014, 12:12 AM
Last Post: shipu
  QTP Report to respective QC test Set Path through VBS Anand Saboo 0 2,307 11-01-2013, 02:36 PM
Last Post: Anand Saboo
  HP run results freezes and closes dondemon 0 2,382 03-22-2012, 05:18 PM
Last Post: dondemon

Forum Jump:


Users browsing this thread: 1 Guest(s)