Saturday, January 6, 2018

Session Variables and Environmental Variables

WHAT IS SESSION VARIABLE AND ENVIRONMENTAL VARIABLE IN RPA BLUEPRISM?


Session Variables
     Session Variables are specific to that instance of the Process. If 2 instances of the same process are running at the same time, they will both have the same Session Variables but the Session Variables will have different values.
Session Variables can be viewed and modified from Control Room

Environment variable
     These are meant to be applicable to the entire installation of BP.. And they are useful to be used mainly for variables which u know will be changed in future (like URL, email id's etc) and u don't want to touch the code for such changes..
They can be defined in system manager tab and to use them u need to set the data item name exactly as the environment variable name and set the exposure to environment. It will pick up the value from environment variable .

visit rpaonlinetraining.com for more interview Questions:


For more Questions or more Join Us:
www.rpaonlinetraining.com
Flat no: 312, 3rd Floor,
NILGIRI Block, Aditya Enclave,
Ameerpet, Hyderabad-16
+91-9704455959,9618245689
rpatraining999@gmail.com

Thin client and thick client applications

WHAT IS THIN CLIENT AND THICK CLIENT IN BLUEPRISM ?


THIN CLIENT 
          The term Thin Client is used to describe an application that does not run on the local machine and uses a client/server architecture. A thick client application is one that is installed directly on the local machine, like Blue Prism itself. Although some consider web applications as Thin Client, here we are looking at applications that operate on a remote machine and are presented to the user via virtualization software like Citrix.

           With thin client, Blue Prism cannot use its normal integration techniques because the target application is virtual and there is very little that spy-modes like Win32 and AA are able to detect. An analogy could be to think of the surface of a thick client application as having a “landscape” made of buttons, fields, and checkboxes, etc., whereas the surface of a thin client application is smooth and featureless.

THICK CLIENT
Thick Client applications is one that is installed on your local machine whereas thin client is used to describe an application  that does not run on the local machine and uses a client/server architecture.

An analog could be to think of the surface of a Thick Client application as having a landscape made of buttons , fields and check boxes, etc.

For More Detail about Rpaonlinetraining visit us on blueprismonlinetraining:

+91-9133347290
rpatraining999@gmail.com


Thursday, January 4, 2018

What is Wait-Stage and Throttle in BluePrism ?

WHAT IS A WAIT STAGE AND THROTTLE IN BLUEPRISM RPA ?


WAIT 
The wait stage used to enable a business object to pause and wait for an application element This allows a business object  to deal with potentially erratic application performance .  There are different element conditions  to wait for but the most common is simply to wait for the element to exists. 
THROTTLE
A wait stage without any wait condition can be used to create pause and a data item can be used to control the length of the timeout.
Using this arrangement it is possible to create a throttle by placing wait stages controlled by a global data items at key positions in a business objects . Typically this could simply be done by starting every page with throttled wait stage.
The throttled global data item can be used to manipulate the pace of a business object . To test its effect on a target application , a business object can be tested with a tight throttle that restricts it to the same pace as a human users . As testing progresses the throttle can be  releases until an ideal speed is found. If the throttle is set to zero the timeout will be instant and there will be no pause. 
www.rpaonlinetraining.com Best RPA Training Institutes in Hyderabad , 100% Placement Training in Ameerpet, Hyderabad. rpaonlinetraining is recognized as one of the best Robotic Process Automation training center in Ameerpet , Hyderabad. We are providing Blue Prism, Ui Path, Automation Anywhere ,Open Span.

Tuesday, January 2, 2018

BLUEPRISM - Credential Management

How to create Credential Management in BluePrism?

Take RPA online training Course in rpaonlinetraining.com by real-time expertise.

        Credentials are a secure repository for details used to log in to target applications. They are encrypted in the Blue Prism database to make them only accessible to those who should be able to use them. The Credentials Management system determines which Processes, Resources, and Roles have permission to access the information, and a special Internal – Credentials Business Object provides actions for using credentials.
Credentials are set up in the Security section of System Manager . The Process Of Creating credentials is given below
Step 1:
select the Credentials in the security section of system Manager

                              
Step 2 :
After selecting credentials in credential manager we can see credentials and key columns in the right side of window.
Step3 :
Select the Create in key and generate the key to connect to data base .


Step 4 :
Now , we can select new and can create the credentials by giving username and password as shown below,


Step 5: 
After giving Credentials We use them in our Projects By Selecting Credentials in Internal Business Objects and select generate Credentials.

              



RPA OnlineTraining is the leading provider of Blueprism Training in Hyderabad. We offer the best Corporate Training with certified trainers who have real-time experience and have skills to provide training for RPA tools training in hyderabad.

Session Variables and Environmental Variables

WHAT IS SESSION VARIABLE AND ENVIRONMENTAL VARIABLE IN  RPA BLUEPRISM ? Session Variables      Session Variables are specif...