Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Descriptive Programming
#1
Solved: 10 Years, 9 Months, 1 Week ago
Hi Guys,

Can anyone say what is the difference and use of the below scripts separately.

Code:
set desc = Description.Create()

Set objFSO = CreateObject("Scripting.FileSystemObject")

I have some idea, but i dont know the clear and exact difference
and purpose.
Reply
#2
Solved: 10 Years, 9 Months, 1 Week ago
Hi
set desc = Description.Create() This command used to write descriptive programming. This command is one of the type of descriptive prorammimg (Type is Big Grinynamic)


Set objFSO = CreateObject("Scripting.FileSystemObject") This command is used to read,write,create any files and folder also.
Reply
#3
Solved: 10 Years, 9 Months, 1 Week ago
Thanks man.....
Reply
#4
Solved: 10 Years, 9 Months, 1 Week ago
the first one is used to create descritpion about the object while using descriptive programming.
while the second one is used to create and assing a reference of an object .

pls correct me if i am wrong.
Reply
#5
Solved: 10 Years, 9 Months, 1 Week ago
hi

Code:
set desc = Description.Create()
is used to descripbe the odes or any object
Code:
Set objFSO = CreateObject("Scripting.FileSystemObject")
is used where creation of the object is done
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Dynamic descriptive Programming issue in Terminal Emulator cprasad 1 1,751 04-25-2019, 08:17 PM
Last Post: Ankur
  UFT Tool support with Descriptive programming laks 1 1,638 07-05-2018, 05:31 PM
Last Post: Ankur
  UFT Descriptive Programming objects not identified in a secure & private intranet env bugfinder2 1 1,671 06-07-2017, 01:41 PM
Last Post: Ankur
  UFT descriptive programming Browser("creationtime:=-1") not always working SOUMYADEEP 0 2,897 01-20-2017, 01:53 AM
Last Post: SOUMYADEEP
  Inserting variable values into Descriptive Programming Functions eske99 2 3,154 12-18-2015, 01:47 PM
Last Post: vinod123

Forum Jump:


Users browsing this thread: 1 Guest(s)