Wednesday, March 27, 2019

How to parse special characters in Receive Headers in TOSCA- REST api

This is how we can parse the special characters in Receive headers in rest api in tosca.

"status:{""message"":""OK""}"

OSV TOSCA Tosca Orchestrated Service Virtualization

Introduction :
Tosca Orchestrated Service Virtualization (OSV) allows you to simulate synchronous and asynchronous message passing between several services and to analyze the message content.
You can define the order in which inbound and outbound messages are processed and the message content within a scenario. When you start a scenario, Tosca OSV detects and logs any faulty messages and messages that are not received in the order you specified.

TOSCA OSV is a standalone application so we have to install locally like TOSCA Commander to access TOSCA OSV.

Like TOSCA commander we need to set up the TOSCA OSV . Below are the details.

TOSCA OSV Installation:

TOSCA OSV requires valid license .
Tosca OSV Setup Wizard is available to help you with installation. Double click on the MSI installation file to start installation and follow the instructions on the screen.

To access TOSCA OSV we need to have user credentials to access OSV.

OSV Configuration :
  1. User creation
  2. Environment creation
  3. Service port creation
  4. Scenarios creation

User creation :
Steps to follow user creation:
  1. Launch TOSCA Commander.
  2. Login as a admin user
  3. Go to project root folder and check out
  4. Import OSVProject definition from the path "C:\Program Files (x86)\TRICENTIS\ToscaOSV\Config"
  5. Go to Usermanagement 
  6. Update the environment in OSV-[osv]-Admin like OSV-testProject-Admin
  7. Right click on ASV-testProject-Admin and select create user
  8. Enter user name .
  9. Right click on user name and select Password
  10. Enter password and save
  11. Right click on Project root folder and select OSV and select sync the users.
OSV Environment creation:
  1. Right click on Project root folder in TOSCA commander 
  2. Select OSV and select OSV Monitor
  3. Enter credentials which was created in usercreation
  4. Enter Environment name 
  5. Right click on tab and Select New Environment
  6. Enter Environment name
  7. Enter description
  8. Enter license in license server
  9. Select Database type 
  10. Enter server details
  11. Tap on OK
 OSV Workspace creation

Service port creation:
  1. Right click on created environment 
  2. Select New Service port
  3. Give the name of the service port
  4. Select type of the services
  5. Select request and response types
  6. Enter unused port number
  7. Enter real service URL
  8. Select Real Service based on requirement

Scenarios creation:


  1. Go to Environment and turn it on
  2. Go to Record and start recording
  3. Now run the test cases (Executed test cases will be recorded).
  4. Go to OSV record tab and select the recorded requests and responses
  5. Right click and select mark as import messages
  6. Go to Tosca Commander 
  7. Right click on Project root folder and select OSV
  8. Select Import marked messages

Saturday, January 19, 2019

MicroMax products needs BOX's for warranty ...

Can you believe it ... "Micromax power bank needs it's package box for warranty"  Here is my experience with MicroMax powerbank... I have bought MicroMax power bank through amazon which did not work more than one month. Since it had six months warranty i went to MicroMax service center with my purchase order . Shockingly i was asked for it's BOX (I wonder anyone keeps the boxes??). I told to the customer executive that i lost it. They reluctantly said without box they cannot be processed . When i called to the central customer care shamelessly customer executive told me ask the amazon for BOX. It's been more than 10 months still this issue has not been closed.

My advice to everyone if you go for micromax products you will end up with the regrets. 

Sunday, March 20, 2016

My one more New Journey started in Bangalroe

My real career started here (Office Depot team) with amazing team mates i have never met persons like those , each and every one is unique with their characters they are just awesome...

Wednesday, December 30, 2015

Transffered to Bangalore

It's been two years since i started my career in Wipro but i never got much sweet memories as i got in Bangalore with in short spam of period.November 15th i have transferred to Bangalore , i started my journey in very pathetic condition in Chennai but i was very luck after very next day on wards floods started in Chennai .Since very first day i have been enjoying each and every moment in Bangalore

Saturday, June 27, 2015

Commitment is when I do Not give myself another option. That is when Work becomes a Prayer.

Friday, June 19, 2015

Worst experience with customer care

Hi friends here I'm gonna describe my personal experience with Chennai  Aircel customer care. Few days back a 40 rupees had deducted from main phone balance after a local call of duration just 18 seconds, for this I've tried to know the answer reason I tried... No no no I chased the customer care number to speak with concern agent which was nothing but just waste of time. The worst thing was if those guys said any reason I would feel better but they just disconnected my call in the middle of the discussion . That day I almost called 6 times not to get the balance back to get the proper reason but those guys did same thing they just disconnected the call in the middle. Let me tell you one conversation with one customer care guy,I called to the customer care no and someone picked the call after 10 minutes I just explained what happened that guy said that "let me check sir kindly stay on line" that's it after few minutes disconnected the call this what happened all 6 times. After that irritating situation I've wrote a mail to complaint team which yet to get response. See how responsible towards a customers, as a customer care service is this the way to serve customers?? Money not a matter here but the way they behaved is pathetic . if customer care service team itself skipping the problem  like this then what's the point of customer care center existence. The one thing they maintained very consistently was every one followed same procedure "let me check sir"and disconnected even though I've told them about previous call. Don't take it easy my dear friends this is our right to ask the reasons don't let them say any bull shut reasons. 

Sunday, June 7, 2015

Say no TO NONVEG

Hi all non-vegetarian brothers and sisters I do not mean to insult non-vegetarian but I'm just expressing my feelings, just think about once how people just eating another life of course plants also have life but if we clinch the seed plants can able to produce more seeds that is secret of nature. We can get all vitamins in vegetables itself at the same time non-vegetarian having more fat content which drives our healthy life to obus life. Say no to non veg save life of another animal which is living with us in our universe. We can not stop animal leather based factories at least will do which is possible to do a common man. That's why most of the celebrities turned to vegetarian. 

Thursday, May 22, 2014

How to click an image by Macros


This is how we can click an image which contains link for another page.

set htmldoc=IE.Document.Getelementsbytagname("a")

for Each htmlele in htmldoc
if instr(htmlele.innerhtml."Searcj.gif")>0 then
htmlele.click
End if
Next

Thursday, May 8, 2014

Open any windows application by Excel Macros

Yeah any windows application can open by using Excel macros. Here i'm giving a small example Open a Google Chrome by macros.

Function AutoGChrome()

 Dim chromePath As String

  chromePath = "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"

  Shell (chromePath & " -url http://www.google.com")

End Function

 This is the way we can run any windows application and we can pass values through excel .

Wednesday, May 7, 2014

Platform Independent Automation of Web Applications

Hi guys i just started learning how to automate web applications by using EXCEL MACROS.It's very interesting topic. So far i learnt how to open internet explorer , how to open a particular  website , how to pass data into particular text field , how to click a particular Button or tab and how to click and select value from drop down box.Now i'm trying to open combobox very soon i'll get.

How to open Facebook in Internet explorer :

Just do it in excel macros and run it  then you'll  experience the real automation

function Automation()
Dim IE As Object
  Set IE = CreateObject("Internetexplorer.Application")
  IE.Navigate "https://facebook.com"

IE.Visible = True
While IE.busy
    DoEvents  'wait until IE is done loading page.
  Wend
end function


Friday, May 2, 2014

End of the Life of B-Tech in MITS

The moment when we left our college where we learnt what is life, where i met new friends.The moment when we left the happiest days which still lingering  in my mind .I still remember my first day of my B-Tech  . No one can get that days back .......am i right?.

Monday, April 28, 2014

My Wipro Training Buddies

I spent each and every moment with each and every one is unforgettable and most sweetest memories in my life .MISS U GUYS.........